Tools for making development at The Developer Society quicker, easier and less error prone.
https://github.com/developersociety/tools
To install these tools:
$ git clone [email protected]:developersociety/tools.git
$ cd tools/bin
$ pwd
Add the bin directory to your $PATH
, by editing your ~/.bash_profile
:
export PATH="/path/to/tools/bin:$PATH"
This tool will git-clone a repo from Dev's github and setup virtualenvwrapper for you, with a virtualenv and a virtualenvwrapper project for you.
It requires virtualenvwrapper to be installed with the $PROJECT_HOME environment variable set correctly.
It will:
- git-clone the repo from Dev's github
- setup virtualenv with virtualenvwrapper
- setup virtualenvwrapper project dir
$ dev-clone devsoc
Removes all packages in the current virtualenv.
$ dev-wipeenv
Please contribute! If you find yourself needing to do the same thing over and over, or you keep forgetting a process, or you just feel you're typing too much to do boring stuff... then create a script to automate/help/optimise it. And then we can all benefit.