generator-node-oss
v3.2.0
Published
Create a Node.js project with ease
Downloads
33
Maintainers
Readme
generator-node-oss
Create a Node.js project with ease
Why
- Generates a simple but ready to start project
- Includes only necessary tools
- Monitors repo quality through helpful badges
- Jest testing framework
- Sensible ESLint config bundled in XO
- Automates code reformatting using Prettier
- Travis CI configuration
- Issue, Pull Request, and Contributing templates (optional)
- Supports ES2015+ using Babel (optional)
Installation
npm install --global yo generator-node-oss
Usage
yo node-oss
With the most basic options, youʼll get a project structured like this:
$ tree
.
├── .editorconfig
├── .gitattributes
├── .gitignore
├── .travis.yml
├── index.js
├── license
├── package.json
├── readme.md
└── test.js
Less boilerplate 🎉
FAQ
How to upgrade existing project scaffolded with Yeoman?
Read how to do it here.
Related
- generator-bunny - Supports ES2015+ and Flow by default
- generator-kcd-oss - Lots of features but many things left untouched
- generator-nm - A way simpler Yeoman generator
License
MIT © Lufty Wiranda