helmedeiros / tracer-bullet

Shell script project to deal with day-by-day agile projects traceability activities.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tracer-bullet

Shell script project to deal with day-by-day agile projects tracing activities.

Example

Installation

OS X

tracer is built for the Mac.

Setup

tracer has some parts, but I've tried to simplify installation - as much as I could!

1 Clone down the repository:
http://github.com/helmedeiros/tracer-bullet.git
2 Make the command executable:
chmod +x tracer
3 Add the address from where you've cloned the project to your .bashrc or .zshrc file's PATH variable. Here's how mine looks
export PATH=${PATH}:/Users/guest/Projects/tracer/
4 Make sure you reload your shell with
source ~/.bashrc
source ~/.zshrc

Starting It Up

Open a new terminal and type the following line:

tracer  --help

About

Shell script project to deal with day-by-day agile projects traceability activities.


Languages

Language:Shell 100.0%