README
apeman-scff-lib
Scaffold for srvc projects.
Installation
npm install apeman-scff-lib --save-dev
Usage
'use strict'
const apemanScff = require('apeman-scff')
const scff = require('apeman-scff-lib')
apemanScff(scff, 'project/my-awesome-project', {
silent: false,
force: false
}).then(() => {
/* ... */
})
Template Files
- ci/build.js
- ci/release.js
- ci/share.js
- ci/test.js
- ci/update.js
- doc/guides/01.Installation.md.hbs
- doc/guides/02.Usage.md.hbs
- doc/links.json
- doc/overview.md
- example/example-usage.js
- lib/index.js
- package.json
- README.md
- test/index_test.js
License
This software is released under the MIT License.