A skeleton JavaScript project using a common toolset
- jshint is used to keep code clean
- tape is used for testing
- retire is used to check for vulnerable modules
git clone https://github.com/mapbox/jsskel.git
mv jsskel <project name>
cd <project name>
npm init
# Fill in the details
git remote set-url origin <your project URL>