Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shian15810/is-heroku-bin
- Owner: shian15810
- License: mit
- Created: 2022-06-25T23:06:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-26T12:17:59.000Z (over 2 years ago)
- Last Synced: 2024-10-19T22:12:42.915Z (3 months ago)
- Topics: bin, check, cli, detect, env, environment, heroku, is
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/is-heroku-bin
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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