Metadata-Version: 1.0
Name: VHCreator
Version: 0.2.0
Summary: VirtualHost manager
Home-page: https://github.com/ugursogukpinar/VHCreator
Author: Uğur Soğukpınar
Author-email: sogukpinar.ugur@gmail.com
License: LICENSE.txt
Description: ===========
        VHCreator
        ===========
        
        VHCreator created to manage virtual hosts. For now you can add virtual host with one simply act like:
        
            $vhcreator <servername> <directory> -ho -cf /etc/apache2/sites-available/000-default.conf
        
        Options
        =========
        In addition , you can use this options.
        
        * -h HELP
        
        * -cf This define your server virtual hosts configuration file path
          to add virtual host. In first use you have to define it then it will be used
          on other sessions.
        * -ho With this option , you can add given <servername> to operating system hosts file
              automaticaly.
        
        * -r Git repository url to clone given directory
        * -f Foldername define which folder will use on cloning.
        
        In future
        -------------
        1. Added hosts could be deleted with given alias.
        
        2. User can clone a git repository to given directory.
        
        
        Contributors
        -------------
        
        1. Uğur Soğukpınar
Platform: UNKNOWN
