All Projects → fdaciuk → hoost

fdaciuk / hoost

Licence: other
Easily manage your virtual hosts

Programming Languages

javascript
184084 projects - #8 most used programming language

hoost

Easily manage your virtual hosts

Hoost

Build Status Coveralls Coverage Status Code Climate Coverage Code Climate

NPM version NPM Downloads Dependencies License

NPM

How to install

npm i -g hoost

How to use

add <ip> <host>

Add a host in /etc/hosts.

[sudo] hoost add 127.0.0.1 yourhost.com

rm <ip> <host>

Remove a host in /etc/hosts.

[sudo] hoost rm 127.0.0.1 yourhost.com

edit <ip> <host> <newip> <newhost>

Edit an entry in /etc/hosts.

[sudo] hoost edit 127.0.0.1 yourhost.com 127.0.0.1 yournewhost.com

list

List all hosts in /etc/hosts.

hoost list

Contributing

Check CONTRIBUTING.md

License

MIT © Fernando Daciuk

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].