die
v0.7.0b
Published
Application and asset management to die for.
Downloads
7
Readme
die
An application framework die for. Inspired by hem, stitch, brunch, flatiron, zappa, et al.
Create new project based off template:
die new <name> [--template <template name>]
Serve project:
die run
Build project:
die build
The default project templates are setup for testing with mocha out of the box. To run your tests:
die test