Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/willmendesneto/vhost

Making virtual host maniputation tasks more easier
https://github.com/willmendesneto/vhost

Last synced: about 2 months ago
JSON representation

Making virtual host maniputation tasks more easier

Awesome Lists containing this project

README

        

# VHOST

> Making virtual host maniputation tasks more easier

## Instalation ##

Clone this repository and add in ```custom/plugins``` folder

```bash
$ git clone git://github.com/willmendesneto/vhost.git ~/.oh-my-zsh/custom/plugins/vhost
```

Open your `.zshrc` file and load `vhost` plugin.

```bash
...
plugins=( ... vhost)
...
```

After this, restart your terminal and vhost plugin is configurated in you CLI.

## Commands ##

### ls

List all virtual hosts in `/etc/hosts` file

```bash
vhost ls
```

### add

Add a new virtual host in `/etc/hosts` file

```bash
vhost add
```

### rm

Add a new virtual host in `/etc/hosts` file

```bash
vhost rm
```

## Author

**Wilson Mendes (willmendesneto)**
+
+
+

New features comming soon.