0.1.4 • Published 7 years ago

slush-project-scaffold v0.1.4

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Slush Project Scaffolding

Generator for scaffolding basic front end projects

Getting Started

Install slush-project-scaffold globally:

$ npm install -g slush gulp bower slush-project-scaffold

Usage

Create a new folder for your project:

$ mkdir <directory-name>

Run the generator from within the new folder:

$ cd <directory-name> && slush project-scaffold

Start the server and watch folders:

$ gulp

Getting 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.

License

The MIT License