shian15810 / is-heroku-bin

A CLI to check if your code is running on Heroku

Home Page:https://www.npmjs.com/package/is-heroku-bin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

is-heroku-bin

A CLI to check if your code is running on Heroku

Installation

$ npm install is-heroku-bin

Usage

In your package.json:

{
  "scripts": {
    "prepare": "is-heroku || husky install"
  }
}

Related Packages

  • is-heroku - API for this module
  • is-ci - Same thing but for other CI environments

About

A CLI to check if your code is running on Heroku

https://www.npmjs.com/package/is-heroku-bin

License:MIT License


Languages

Language:JavaScript 100.0%