slush-dogstack
v1.0.0
Published
a slush generator for root systems dogstack
Downloads
4
Maintainers
Readme
slush-dogstack
a slush generator for dogstack static pages using browserify
Getting Started
Install slush
and slush-dogstack
globally:
$ npm install -g slush slush-dogstack
Usage
Create a new project:
Create a new folder for your project:
$ mkdir my-slush-pages
Run the generator from within the new folder:
$ cd my-slush-pages && slush dogstack
Woo! Check out the generated README for more usage information.
Create a new domain
In the root of your project:
slush dogstack:domain [<domain-name>]
Create a new action in a domain
Creates a new set of async actions including a thunk for a given 'task.'
Where a 'task' would be create
or update
etc...
In the root of your project:
slush dogstack:action
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.