Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyle-west/sluggish
Compare two slugs in Heroku
https://github.com/kyle-west/sluggish
analisis compare diff heroku slugs
Last synced: 6 days ago
JSON representation
Compare two slugs in Heroku
- Host: GitHub
- URL: https://github.com/kyle-west/sluggish
- Owner: kyle-west
- Created: 2020-08-19T00:11:03.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-12T20:09:01.000Z (over 3 years ago)
- Last Synced: 2023-03-06T09:22:42.712Z (over 1 year ago)
- Topics: analisis, compare, diff, heroku, slugs
- Language: JavaScript
- Homepage:
- Size: 987 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sluggish _(Work in Progress)_
Compare two Slugs in Heroku.
_This app is named what it is because it analyzes heroku slugs **and** it is very slow._
![Screenshot](./sluggish.png)
## Setup and Install
### Prerequisites
This app relies on the `heroku` CLI and the `heroku-slugs` plugin. **You must be logged in for this tool to work**
On MacOS:
```sh
brew tap heroku/brew && brew install heroku;
heroku login;
```Then:
```sh
heroku plugins:install heroku-slugs
```### Running this app
_Disclaimer:_ Right now this product is a work in progress, so I have decided not to publish it as a full blown application. You can still install and run it, however, as you would any NPM application.
```
git clone https://github.com/kyle-west/sluggish;
cd sluggish;npm install;
npm start;
```