Skip to content

kyle-west/sluggish

Repository files navigation

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

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:

brew tap heroku/brew && brew install heroku;
heroku login;

Then:

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;