Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fdaciuk/hoost
Easily manage your virtual hosts
https://github.com/fdaciuk/hoost
Last synced: 16 days ago
JSON representation
Easily manage your virtual hosts
- Host: GitHub
- URL: https://github.com/fdaciuk/hoost
- Owner: fdaciuk
- Created: 2015-03-15T22:38:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-14T11:48:57.000Z (almost 9 years ago)
- Last Synced: 2024-10-13T13:30:08.775Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/hoost
- Size: 75.2 KB
- Stars: 63
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# hoost
> Easily manage your virtual hosts
[![Build Status][travis-image]][travis-url]
[![Coveralls Coverage Status][coverage-image]][coverage-url]
[![Code Climate Coverage][codeclimate-coverage-image]][codeclimate-coverage-url]
[![Code Climate][codeclimate-image]][codeclimate-url][![NPM version][npm-version-image]][npm-package-url]
[![NPM Downloads][npm-downloads-image]][npm-package-url]
[![Dependencies][dependencies-image]][npm-package-url]
[![License][license-image]][license-url][![NPM][nodei-image]][nodei-url]
## How to install
```sh
npm i -g hoost
```## How to use
### add <ip> <host>
> Add a host in `/etc/hosts`.
```sh
[sudo] hoost add 127.0.0.1 yourhost.com
```### rm <ip> <host>
> Remove a host in `/etc/hosts`.
```sh
[sudo] hoost rm 127.0.0.1 yourhost.com
```### edit <ip> <host> <newip> <newhost>
> Edit an entry in `/etc/hosts`.
```sh
[sudo] hoost edit 127.0.0.1 yourhost.com 127.0.0.1 yournewhost.com
```### list
> List all hosts in `/etc/hosts`.
```sh
hoost list
```## Contributing
Check [CONTRIBUTING.md][contributing-url]
## License
[MIT][license-url] © Fernando Daciuk
[hoost-logo]: hoost-logo.png
[npm-package-url]: https://www.npmjs.com/package/hoost
[npm-version-image]: https://img.shields.io/npm/v/hoost.svg?style=flat-square
[npm-downloads-image]: https://img.shields.io/npm/dm/hoost.svg?style=flat-square
[travis-image]: https://img.shields.io/travis/fdaciuk/hoost.svg?style=flat-square
[travis-url]: https://travis-ci.org/fdaciuk/hoost
[coverage-image]: https://img.shields.io/coveralls/fdaciuk/hoost/master.svg?style=flat-square
[coverage-url]: https://coveralls.io/r/fdaciuk/hoost?branch=master
[codeclimate-coverage-image]: https://img.shields.io/codeclimate/coverage/github/fdaciuk/hoost.svg?style=flat-square
[codeclimate-coverage-url]: https://codeclimate.com/github/fdaciuk/hoost
[codeclimate-image]: https://img.shields.io/codeclimate/github/fdaciuk/hoost.svg?style=flat-square
[codeclimate-url]: https://codeclimate.com/github/fdaciuk/hoost
[nodei-image]: https://nodei.co/npm/hoost.png?downloads=true&downloadRank=true&stars=true
[nodei-url]: https://nodei.co/npm/hoost/
[dependencies-image]: https://img.shields.io/david/fdaciuk/hoost.svg?style=flat-square
[license-image]: https://img.shields.io/npm/l/hoost.svg?style=flat-square
[license-url]: https://github.com/fdaciuk/licenses/blob/master/MIT-LICENSE.md
[contributing-url]: CONTRIBUTING.md