0.1.2 • Published 8 years ago
hosts-edit v0.1.2
hosts Editor
A command line tool for editing "hosts" file.
Installation
npm install -g hosts-editUsage
Just take two parameters:
- An IP address
- A name for the address above
hosts-edit 192.168.1.1 my-routerBuild to a executable file
Install npm command line tool pkg*
npm install -g pkgGenerate executable file
bash build.shyou can find those file in build/Release/ directory.