Skip to content

logikaljay/scaffold-node-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
...

About

Scaffolding for a node module

Resources

Stars

Watchers

Forks

Packages

No packages published