README
apeman-scff-cmd
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
- ci/build.js
- ci/cover.js
- ci/release.js
- ci/report.js
- ci/share.js
- ci/test.js
- ci/update.js
- doc/guides/01.Installation.md.hbs
- doc/guides/02.Usage.md.hbs
- [doc/guides/03.Programmatic API.md.hbs](asset/tmpl/doc/guides/03.Programmatic API.md.hbs.tmpl)
- doc/links.json
- doc/overview.md
- example/example-Apemanfile.js
- example/example-call.sh
- example/example-usage.js
- lib/~~~~package_name@snakecase~~~~.js
- package.json
- signature.json
- test/~~~~package_name@snakecase~~~~_test.js
- test/bin_test.js
License
This software is released under the MIT License.