slush-starting-blocks
v2.3.2
Published
Front-end kickstarter with: JavaScript, Sass/SCSS, Browserify, Ractive and much more :)
Maintainers
Readme
slush-starting-blocks
Front-end kickstarter with: JavaScript, Sass/SCSS, Browserify, Ractive and much more :)
Getting Started
Make sure you have node installed, if not install the latest 0.12.0 version:
brew install nodeInstall slush and it's dependencies globally:
$ npm install -g gulp
$ npm install -g slushInstall slush-starting-blocks globally:
$ npm install -g slush-starting-blocksUsage
Create a new folder for your project and cd into it:
$ mkdir my-project
$ cd my-projectRun the generator and answer the questions:
$ slush starting-blocksGetting To Know Slush
Slush is a tool that uses Gulp for project scaffolding.
Slush does not contain anything "out of the box", except the ability to locate installed slush generators and to run them with liftoff.
To find out more about Slush, check out the documentation.
