New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

hoost

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hoost

Easily manage your virtual hosts

latest
Source
npmnpm
Version
0.5.4
Version published
Weekly downloads
2
-86.67%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

virtual host

FAQs

Package last updated on 27 Aug 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts