0.1.2 • Published 7 years ago

hosts-edit v0.1.2

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

hosts Editor

A command line tool for editing "hosts" file.

Installation

npm install -g hosts-edit

Usage

Just take two parameters:

  1. An IP address
  2. A name for the address above
hosts-edit 192.168.1.1 my-router

Build to a executable file

Install npm command line tool pkg*

npm install -g pkg

Generate executable file

bash build.sh

you can find those file in build/Release/ directory.

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago