Installation
-
This project require Node.js, if not have, install using the official website.
-
Install Slush.js if not have, using the command below:
$ [sudo] npm install -g slush
-
Install Mojito using the command line:
$ [sudo] npm install -g slush-mojito
- Finish =]
Using
-
First, create a new folder to use the Mojito:
$ mkdir awesome-project && cd awesome-project
-
Run the Mojito command to generate files:
$ slush mojito
- Now, answer the questions and enjoy =]