Skip to content

ioss/module-generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

module-generator experimental

The generator script I use for fresh modules.

Usage

Install with npm:

npm install -g hughsk/module-generator

Update your npm config:

npm config set init.author.name "Your Name"
npm config set init.author.url "http://example.com"
npm config set init.author.email "me@example.com"
npm config set init.author.github "your-github-handle"

Run the generator in a fresh folder and you're good to go!

mkdir my-new-module
cd my-new-module
module-generator
npm init

License

MIT. See LICENSE.md for details.

About

The generator script I use for fresh modules

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%