module

v1.2.5
Generate the minimal skeleton/boilerplate for a new Node.js module.
npm node module package skeleton boilerplate scaffold generator generic and 2 more...

module NPM version

Generate the minimal skeleton/boilerplate for a new Node.js module.

Installation

Install the package with NPM:

$ npm install -g module

Usage

For example, to create a module in the current working directory:

$ module

And to create a module in another directory, specify a relative or absolute path:

$ module hello

If the directory doesn't exist yet, it will be automatically created.

The following boilerplate files are generated for you:

  • package.json
  • index.js
  • cli.js
  • README.md
  • .gitignore
npm i module

Metadata

  • MIT
  • Whatever
  • Luke Horvat
  • released 4/15/2016

Downloads

Maintainers