Fork on github

mojito

Gulp (fully ES6) + Sass/Stylus + Livereload

Installation

  1. This project require Node.js, if not have, install using the official website.
  2. Install Slush.js if not have, using the command below:
  3. 
        $ [sudo] npm install -g slush
                
  4. Install Mojito using the command line:
  5. 
        $ [sudo] npm install -g slush-mojito
                
  6. Finish =]

Using

  1. First, create a new folder to use the Mojito:
  2. 
        $ mkdir awesome-project && cd awesome-project
                
  3. Run the Mojito command to generate files:
  4. 
        $ slush mojito
                
  5. Now, answer the questions and enjoy =]