istrategylabs / mo-node

Node.js Cookiecutter project template by @istrategylabs
MIT License
0 stars 1 forks source link

mo-node

A cookiecutter template for ISL Node projects.

Features

Default Packages

Optional Packages

Node Version

mo-node will always track the latest Node LTS

Starting a new project

First, make sure you have cookiecutter installed. If you are using OS X, Homebrew can take care of that for you:

brew install cookiecutter

Cookiecutter templates can be installed directly from GitHub. Navigate to the directory where you want your project to be created and run:

cookiecutter gh:istrategylabs/mo-node

Answer the questions as you are prompted. Write beautiful code.