GitHub - developersociety/tools: Miscellaneous tools
The Developer Society - Development Tools
Tools for making development at The Developer Society quicker, easier and less error prone.
https://github.com/developersociety/tools
Installation
To install these tools:
$ git clone git@github.com: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"
Usage
dev-clone
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
Example of use:
dev-wipeenv
Removes all packages in the current virtualenv.
Example of use:
Development
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.