Project

mmini

0.0
No release in over 3 years
Low commit activity in last 3 years
CLI client for minifier server
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

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.