Skip to content

diskshima/gwcli-hs

Repository files navigation

gwcli-hs

A command line tool for Git repository services like:

  • GitHub
  • Bitbucket

Using gwcli-hs

  1. Copy the dot_gwcli.yaml.example to your home directory and rename it .gwcli.yaml.
    cp dot_gwcli.yaml.example ~/gwcli.yaml
  2. (For GitHub) Obtain a Personal Token and add it to the github entry in the above YAML file.
    github: GITHUB_PERSONAL_TOKEN
  3. (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 😄

Developing gwcli-hs

Setup

  1. Install LLVM.
    • macOS
      brew install llvm
       # Make sure the brew installed version of llvm is used.
      PATH="$(brew --prefix)/opt/llvm/bin:$PATH"

Build

  1. Run Cabal
    cabal build

About

A command line tool for Git sites.

Resources

License

Stars

Watchers

Forks

Packages

No packages published