Project

mgemfile

0.0
No commit activity in last 3 years
No release in over 3 years
Add,Remove gem(s) and "bundle install" in a single CLI
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.11
~> 10.0

Runtime

= 0.19.1
 Project Readme

##Description: mgemfile is a CLI Gemfile manager, add,remove gems to any environment and "bundle install" in one CLI.

Installation

$ gem install mgemfile

Usage

Commands: init,add, (to-do)remove

####Creating Gemfile sourced by rubygems.org $ mgemfile init

####Adding gem(s) for all enviromnet and bundle install $ mgemfile add gem-name

####Adding gem(s) for specified enviroment and bundle install $ mgemfile add gem-name --development --test $ mgemfile add gem-name1 gem-name2 gem-name.. --development --test

License

The gem is available as open source under the terms of the MIT License.