Project

dev-tools

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
A gem that removes the hassel of setting up your machine evertime you change to a new development device. DevTools is simple and easy to use it lets you setup your development enviroment with easy. Useage information at https://github.com/mukeshsolanki/dev-tools
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.12
~> 10.0
 Project Readme

Dev-tools Gem Version PayPal

A gem that removes the hassle of setting up your machine every time you change to a new development device. DevTools is simple and easy to use it lets you setup your development environment with easy.

Installation

Open Terminal and execute the following command

gem install dev-tools

Usage

Its pretty simple how this works. Fire up terminal and execute dev-tools with one of the following options.

Usage: dev-tools [options]
    -i, --install APP_NAME           The flag used to indicate the tool that needs to be installed.
    -e, --environment ENVIRONMENT    Path to the file that contains the information about the development environment to setup.
    -l, --list                       Displays a list of apps that can be installed.

Sample environment file

Apps:
  vlc
  sublime
Environment:
  ruby-on-rails

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/mukeshsolanki/dev-tools. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

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