@dotcom-tool-kit/backend-heroku-app
v4.0.2
Published
A bootstrap plugin that provides the minimum required Tool Kit plugins for a "backend" (aka an [API](https://github.com/Financial-Times/next/wiki/Naming-Conventions#apis)) that is deployed to Heroku. The plugins are:
Downloads
2,701
Readme
@dotcom-tool-kit/backend-heroku-app
A bootstrap plugin that provides the minimum required Tool Kit plugins for a "backend" (aka an API) that is deployed to Heroku. The plugins are:
This bootstrap plugin is also preconfigured to run the Node
task on the hook run:local
, and binds the tasks defined by the heroku
plugin to the hooks defined by circleci-deploy
.
Installation
With Tool Kit already set up, install this plugin as a dev dependency:
npm install --save-dev @dotcom-tool-kit/backend-heroku-app
And add it to your repo's .toolkitrc.yml
:
plugins:
- '@dotcom-tool-kit/backend-heroku-app'