JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q16309F
  • License MIT

Create circleci node deploy for now and heroku

Package Exports

  • add-deploy

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (add-deploy) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

add-deploy

Generate the deploy script / circle.yml boilerplate for node apps with an optional heroku failover

Install

$ npm install -g add-deploy

Usage

# 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

License

MIT © Jack Hanford