-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |