Skip to content

Latest commit

 

History

History
71 lines (43 loc) · 1.47 KB

README.rst

File metadata and controls

71 lines (43 loc) · 1.47 KB

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 [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"

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-clone devsoc

dev-wipeenv

Removes all packages in the current virtualenv.

Example of use:

$ dev-wipeenv

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.