Giter Club home page Giter Club logo

add-host's Introduction

Add Host (add-host)

A simple script to add an host to your /etc/hosts file! Just because i think that is boring to aways open an editor just to add an single line on this file.

Installing

$ npm instal -g add-host

Usage

Basic usage:

add-host -a alias [-i, --ip] [-c, --comment] [-h, --help]

Example [1]: Add a host with default ip 127.0.0.1

add-host -a dummy.dev

Example [2]: Add a host setting all values

add-host -i 192.168.1.1 -a dummy.dev -c "This is a dummy host"

Example [3]: Getting some help

add-host -h, add-host --help

Available [options] are:
  • -i, --ip OPTIONAL, default: 127.0.0.1 (Set host ip/address)
  • -a, --alias (Set alias for host)
  • -c, --comment OPTIONAL (Set comment for added host)
  • -h, --help (See this beautyful description)

It's perfect!

License

Add-Host is developed under MIT license.

Contributing

Want to contribute? Great!

  1. Fork it.
  2. Create a branch (git checkout -b feature/new-feature)
  3. Commit your changes (git commit m "Added new feature")
  4. Push to the branch (git push origin feature/new-feature)
  5. Open a Pull Request
  6. Enjoy a good progressive metal song and wait!

add-host's People

Contributors

brunoti avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

add-host's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.