1.0.3 • Published 8 years ago

template-npm-module v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

Usage

npm i -g template-npm-module

Now use the cli to create a npm project folder with the files and config ready to go:

mkdir my-npm-module

cd my-npm-module

template-npm-module

That's it! you now have a completely es2015 npm module folder dir ready to go. Start coding in src/ dir files and run npm run dev to demo your module in the browser at localhost:8080/