Skip to content
/ mmini Public

CLI tool and server to minify your URLs

License

Notifications You must be signed in to change notification settings

simeg/mmini

Repository files navigation

mmini Version CI

CLI tool and server to minify your URLs.

Example

$ mmini https://github.com/simeg
https://mmini.herokuapp.com/g5ORz_63J

Installation

Install mmini using gem. If you're on macOS you're not allowed to install gems to the shared Ruby location. To work around this you have a couple of alternatives.

  1. Install the gem using Homebrew. To install gems with Homebrew you first need to install brew-gem.

    brew install brew-gem
    brew gem install mmini
  2. Install the gem locally to your user.

    gem install mmini --user-install
  3. Use a Ruby version manager such as rbenv. If you're writing Ruby code it's probably a good idea to use rbenv anyway.