apeman-scff-react
Scaffold for React projects.
Installation
npm install apeman-scff-react --save-dev
Usage
'use strict'
const apemanScff = require('apeman-scff')
const scff = require('apeman-scff-react')
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/demo/demo.component.jsx
- doc/demo/demo.entrypoint.jsx
- doc/guides/01.Installation.md.hbs
- doc/guides/02.Demo.md.hbs
- doc/guides/03.Usage.md.hbs
- doc/guides/04.Components.md.hbs
- doc/images/screenshot.png
- doc/links.json
- doc/overview.md
- example/example-usage.jsx
- lib/~~
component_name@snakecase~~_style.jsx - lib/~~
component_name@snakecase~~.jsx - lib/index.jsx
- package.json
- shim/node/~~
component_name@snakecase~~_style.js - shim/node/~~
component_name@snakecase~~.js - shim/node/index.js
- test/_setup.js
- test/~~
component_name@snakecase~~_style_test.jsx - test/~~
component_name@snakecase~~_test.jsx - test/mocha.opts
License
This software is released under the MIT License.