SwiftStudies / OysterKit

OysterKit is a framework that provides a native Swift scanning, lexical analysis, and parsing capabilities. In addition it provides a language that can be used to rapidly define the rules used by OysterKit called STLR
BSD 2-Clause "Simplified" License
177 stars 23 forks source link

Offer a brew install option for command line tool #80

Closed wess closed 6 years ago

wess commented 6 years ago

Following how Swiftenv (https://swiftenv.fuller.li/en/latest/installation.html) does the brew install setup, I would love to be able to install the command line interface via brew instead of having to worry about cloning or using it on some variance of a path.

SwiftStudies commented 6 years ago

Sounds good... I'm going to tag this for version 1.0.

In the mean time you can install it by running

swift run stlrc install

Just like home-brew this will install it in /usr/local/bin and you can subsequently run with just stlrc and won't have to do anything with your path