Project

devu

0.0
The project is in a healthy, maintained state
DEVeloper Utilities (DEVU) is a collection of utility scripts written in Ruby to help developers.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Devu

DEVU Developer Utilities - useful shell functions.

Installation

This 1.0.0 release just includes a collection of shell functions defined in bin/devu.sh

Later version will create a more robust gem with executables and the power of Ruby, but for now it is just a shell script.

gem install devu
cp <install_dir>/bin/devu.sh ~/devu.sh

# In .bashrc, .zshrc, etc...
source ~/devu.sh

Usage

$ devu # => output help and usage

License

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