apeman-scff-cmd

3.1.0 • Public • Published

apeman-scff-cmd

Build Status Code Climate Code Coverage npm Version JS Standard

Scaffold for command projects.

Installation

npm install apeman-scff-cmd --save

Usage

'use strict'
 
const apemanScff = require('apeman-scff')
const scff = require('apeman-scff-scff')
 
apemanScff(scff, 'project/my-awesome-project', {
  silent: false,
  force: false
}).then(() => {
  /* ... */
})
 

Template Files

License

This software is released under the MIT License.

Links

Readme

Keywords

Package Sidebar

Install

npm i apeman-scff-cmd

Weekly Downloads

6

Version

3.1.0

License

MIT

Last publish

Collaborators

  • okunishinishi