A command line tool for Git repository services like:
- GitHub
- Bitbucket
- Copy the
dot_gwcli.yaml.example
to your home directory and rename it.gwcli.yaml
.cp dot_gwcli.yaml.example ~/gwcli.yaml
- (For GitHub) Obtain a Personal Token and add it to the
github
entry in the above YAML file.github: GITHUB_PERSONAL_TOKEN
- (For Bitbucket) Run
gwcli auth
in your repository. It will run an OAuth2 flow and open your browser. Login to Bitbucket.gwcli auth
You're good to go 😄
- Install LLVM.
- macOS
brew install llvm # Make sure the brew installed version of llvm is used. PATH="$(brew --prefix)/opt/llvm/bin:$PATH"
- macOS
- Run Cabal
cabal build