v0.2.1
Fixed bugs
- #4: False positive for "PSR-0" ticket. Added check that number must be > 0
Getting Started
OS X
To get started on OS X run the following in a terminal:
curl -L https://github.com/andygrunwald/jitic/releases/download/v0.2.1/jitic-v0.2.1-darwin-amd64.zip -o jitic-v0.2.1-darwin-amd64.zip
unzip jitic-v0.2.1-darwin-amd64.zip
cd jitic-v0.2.1-darwin-amd64
./jitic -version
Linux
To get started on Linux run the following in a terminal:
curl -L https://github.com/andygrunwald/jitic/releases/download/v0.2.1/jitic-v0.2.1-linux-amd64.tar.gz -o jitic-v0.2.1-linux-amd64.tar.gz
tar xzvf jitic-v0.2.1-linux-amd64.tar.gz
cd jitic-v0.2.1-linux-amd64
./jitic -version