Create a Node.js project with ease
- 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)
npm install --global yo generator-node-oss
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 🎉
Read how to do it here.
- 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
MIT © Lufty Wiranda