1.0.1 • Published 8 years ago

hodo v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

Hodo

hodo (pronounced "hoe-doo") allows you to run commands on the command line as Hodor.

Demo

Hodor doesn't talk much, so you won't see any of the output from stdout or stderr while the command is running.

When the command finishes, hodo will output "Hodor." When a command exists with an error (status code != 0), hodo outputs "HODOR!" to stderr.

Installing

Install Hodo globally using npm:

npm install hodo -g

Using

To use, enter hodo followed by any command. For example, to clone this repository:

hodo git clone https://github.com/pjdietz/hodo.git

License

Copyright 2016 by PJ Dietz

MIT License