Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shian15810/is-heroku-bin

A CLI to check if your code is running on Heroku
https://github.com/shian15810/is-heroku-bin

bin check cli detect env environment heroku is

Last synced: about 1 month ago
JSON representation

A CLI to check if your code is running on Heroku

Awesome Lists containing this project

README

        

# is-heroku-bin

A CLI to check if your code is running on Heroku

## Installation

```shell
$ npm install is-heroku-bin
```

## Usage

In your `package.json`:

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

## Related Packages

- [is-heroku](https://github.com/sindresorhus/is-heroku) - API for this module
- [is-ci](https://github.com/watson/is-ci) - Same thing but for other CI environments