1.2.0 • Published 8 years ago

scaffold-node-module v1.2.0

Weekly downloads
6
License
ISC
Repository
github
Last release
8 years ago

Scaffold - Node Module

The building blocks to create a node module

Build Status

How to use

Run the following:

bash <(curl -s https://raw.githubusercontent.com/logikaljay/scaffold-node-module/master/init.sh)

Or clone this repo and modify it (running scripts from the interwebs is often not the best thing to do)

git clone https://github.com/logikaljay/scaffold-node-module.git
mv scaffold-node-module my-module-name
cd my-module-name
rm -rf .git
git init
...
1.2.0

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago