generator-deployd
v0.0.6
Published
A yeoman generator for Deployd
Downloads
12
Readme
generator-deployd
Description
A Yeoman generator for Deployd.
Early alpha phase, use at your own risk!
Don't hesitate to fill an issue if you find a bug or need a feature. Pull requests also gladly accepted!
Usage
Generate your app
$ npm install -g yo generator-deployd
$ mkdir name_of_your_app && cd $_
$ yo deployd
Start the app using Deployd binaries
$ dpd -d
Start the app using Grunt
Requirements
- MongoDB (set the host, port, dbname and credentials in Gruntfile.js)
$ grunt server
This will launch you deployd API, open the start page and watch the files.
Changelog
Todo
- Grunt: complete integration of grunt-deployd (start of deployd simultaneously with a server-side app)
- Grunt: real livereloading
- Grunt: build task (uglify, concat, jshint)
- Grunt: test task
- Improve angularjs integration (angular template more complete)