npm-module-generator

0.3.0 • Public • Published

npm-module-generator Build Status

NPM module generator.
Inspired by Yeoman.

Install

With npm do:

$ npm install npm-module-generator -g

Usage

In order to have default values, you need to define few settings in your .npmrc:

$ npm config set init.author.name "Your Name"
$ npm config set init.author.url "http://your-website.com"
$ npm config set init.author.email "your@email.com"
$ npm config set init.author.github "your-github-username"

To generate the module skeleton:

$ mkdir your-project && cd your-project
$ npm-module

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i npm-module-generator

Weekly Downloads

1

Version

0.3.0

License

MIT

Last publish

Collaborators

  • kewah