Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
samgrover committed Jan 21, 2016
1 parent 96782f5 commit f14dfde
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
# ELScripts
A collection of tools for managing and monitoring the processes of software development.

### marge
- `marge.py` is meant to provide an advance check on merging in features in development. It can be used directly or in conjunction with a service such as Jenkins.
- `marge_jenkins.sh` provides an interface between a Jenkins task and `marge.py` that executes the task.

### renaming
- `xcoderename.sh` is a script to rename Xcode projects. It updates all files and their contents to make for a smoother transition than can be done by Xcode itself.

0 comments on commit f14dfde

Please sign in to comment.