Generate the deploy script / circle.yml boilerplate for node apps with an optional heroku failover
$ npm install -g add-deploy
# Generate circle.yml and deploy.sh files
$ add-deploy
# deploy.sh script to deploy to now.sh
$ add-deploy --now
# deploy.sh script to deploy to now.sh and heroku
$ add-deploy --now --heroku
MIT © Jack Hanford