0.1.3 • Published 10 years ago
pillars-generator v0.1.3
Pillars-generator
Tool for creating a project to start with Pillars
##Installation
$ npm install -g pillars-generatorQuick Start
- First of all you need to create project:
$ pillars <Project name>- Then you need to enter on project directory and install dependencies:
$ cd <Project name> && npm install- Finally you can start working with:
$ npm start