Script for creation projects based on https://github.com/jetstyle/jam-boilerplate
Dependencies
To use this script you must first install grunt-init:
npm install grunt-init -g
Installation
To install this script clone it to ~/.grunt-init/
folder:
cd ~
git clone git@github.com:jetstyle/grunt-init-jambo.git .grunt-init/grunt-init-jambo
Usage
- Create empty folder.
- Open folder in console.
- Write
grunt-init grunt-init-jambo
.