generator-spiffy
v1.0.2
Published
Yeoman generator to boostrap NPM modules and web applications
Maintainers
Readme
generator-spiffy
Yeoman generator to bootstrap NPM modules and web applications
Installation
npm install -g generator-spiffyFinally, run the generator:
yo spiffyFeatures
- Generate NPM modules
- Use babel to write ES6 code (in
src/) that compiles for CommonJS/Node (inlib/) - Use Mocha, Sinon and Chai for testing bliss
- Autogenerated docs from JSDoc comments
- Eslint configuration
- Use babel to write ES6 code (in
- Generate web applications (coming soon-ish!):
- React, Reflux, react-router
- WebPack development and production builds
- Babel for ES6 awesomeness
- flow for type checking
- Autogenerated docs from JSDoc comments
- Eslint configuration
See the package.json of the generated application or run npm run for all available tasks.
TODO
- [ ] Add web application generator
- [ ] Add
componentsub-generator - [ ] Add
storesub-generator - [ ] Add
actionsub-generator
- [ ] Add
