meta.yaml --  contains meta information for the bootstrap programs
loadconfigtools.py -- python script to quickly get the information needed by the programs in this directory


bash bootstrap.sh
    -- branchtoolcoomand
    -- environment.sh

    -- generatetoolcommand

    -- createdirstruct.py
    -- startproject.py

# this is done seperately because you have to use sudo
workon project.branch
sudo python confinstall.py --install

# if you want to uninstall conf files use

sudo python confinstall.py --uninstall

