You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@dotcom-tool-kit/backend-heroku-app

Package Overview
Dependencies
Maintainers
3
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dotcom-tool-kit/backend-heroku-app

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:

3.0.6
Source
npm
Version published
Weekly downloads
494
-12.87%
Maintainers
3
Weekly downloads
 
Created
Source

@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'

FAQs

Package last updated on 01 Nov 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts