vhost is a command line utility I created to quickly set up new Virtual Hosts for Apache on my local machine. As I thought it would be worth sharing I put it on GitHub and since then try to actively develop it. I'm happy if you'd give me feedback - I am new to bash programming and in fact this is my first "big" script/program written in bash. I personally tested it on Ubuntu (14.04/15.10) and plan to make it configurable with a rc file, like .vhostrc or something like this.
If you want to try it out there's a installation guide on Github https://github.com/kevingimbel/v... and a channel on Gitter https://gitter.im/kevingimbel/vhost!