@battlemidget/generator-nm

Scaffold out a node module

Usage no npm install needed!

<script type="module">
  import battlemidgetGeneratorNm from 'https://cdn.skypack.dev/@battlemidget/generator-nm';
</script>

README

@battlemidget/generator-nm Build Status

Scaffold out a node module

Optionally with a CLI.

This is a modified generate which makes use of eslint and replace tabs for spaces. It is what I use for my own modules.

Install

$ npm install --global @battlemidget/generator-nm

Usage

With yo:

$ yo @battlemidget/nm

Tip

Use chalk if you want colors in your CLI.

License

MIT © Sindre Sorhus MIT © Adam Stokes