web-kickstart
v1.0.0
Published
A minimalist kickstart project for web project on npm packages
Downloads
3
Readme
Create your own node module
In just six simple steps:
- Fork this project
- Open package.json, change whatever you want
- Code it (./src)
- Update unit test (./test)
npm publish
- Enjoy!