README
apeman-scff-mock
Scaffold for mock projects.
Installation
npm install apeman-scff-mock --save-dev
Usage
'use strict'
const apemanScff = require('apeman-scff')
const scff = require('apeman-scff-mock')
apemanScff(scff, 'project/my-awesome-project', {
silent: false,
force: false
}).then(() => {
/* ... */
})
Template Files
- ci/build.js
- ci/capture.js
- ci/deploy.js
- ci/release.js
- ci/share.js
- ci/test.js
- ci/update.js
- ci/watch.js
- doc/guides/01.Hosted.md.hbs
- doc/guides/02.Run.md.hbs
- doc/images/screenshot.png
- doc/links.json
- doc/overview.md
- index.js
- lib/components/index_component.jsx
- lib/components/splash_component.jsx
- lib/constants/color_constants.jsx
- lib/entrypoints/index.jsx
- lib/entrypoints/splash.jsx
- lib/html/index_html.jsx
- lib/html/splash_html.jsx
- lib/root.html
- lib/stylesheets/base.scss
- lib/stylesheets/index.scss
- lib/stylesheets/variables.scss
- package.json
- README.md
- test/_setup.js
- test/index_test.jsx
- test/mocha.opts
License
This software is released under the MIT License.