generator-node-oss

Create a Node.js project with ease

MIT License

Downloads
177
Stars
12

generator-node-oss

Create a Node.js project with ease

Why

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

License

MIT © Lufty Wiranda