generator-node-oss

Create a Node.js project with ease

Usage no npm install needed!

<script type="module">
  import generatorNodeOss from 'https://cdn.skypack.dev/generator-node-oss';
</script>

README

generator-node-oss

Create a Node.js project with ease

Package Version Downloads Status Build Status: Linux Coverage Status

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