Skip to content

v0.2.1

Compare
Choose a tag to compare
@andygrunwald andygrunwald released this 30 Sep 09:02
· 23 commits to master since this release

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