generator-nmc

Scaffold out a node module

Usage no npm install needed!

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

README

generator-nmc Build Status

Scaffold out a node module.

This is what I use for my own modules.

Forked from Sindre Sorhus, as while I really like the simplicity of his, I didn't want to create the .editorconfig or .jshintrc files. As time goes on, I may tweak some small things even more to my preferences. Also nmc works either as Node Module Creator, or my initials :)

Install

$ npm install --global generator-nmc

Usage

With yo:

$ yo nmc

License

MIT © Sindre Sorhus (I'm going to leave the copyright in place until there's something signficant enough to add :)).