Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/remixz/hostme

Simple hosts file setup.
https://github.com/remixz/hostme

Last synced: about 1 month ago
JSON representation

Simple hosts file setup.

Awesome Lists containing this project

README

        

## hostme

Simple hosts file setup.

[![NPM](https://nodei.co/npm/hostme.png?compact=true)](https://nodei.co/npm/hostme/)

### Installation

```bash
npm install -g hostme
```

### Usage

Create a file called `.hosts` in your current directory. In there, put anything you wish to add to your hosts file. Example:

```
# Add comments like this

192.0.2.111 example.dev
198.51.100.42 sub.example.dev
```

Then, just run `hostme` in that directory. The definitions will be added to your hosts file. Tada!

#### CLI:

```
Usage: hostme [options]

Options:

--config Config file. Defaults to ".hostme".
--hosts Path to host file. Defaults to "/etc/hosts".
--version Outputs the current version.
```