0.0.1 • Published 9 years ago

shortencmd v0.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

shortencmd

This is a cross platform aliasing similar to bash and is written in node.

Installation

To install it cd into the directory and execute sudo npm install --global ##Usage## To setup an alias run sudo scmd -a "COMMAND -> ALIAS" then to use the alias simply run scmd COMMAND ####Example##### scmd -a "javac -> j" then scmd j HelloWord.java