8000 GitHub - keegancsmith/plz-cli
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

keegancsmith/plz-cli

 
 

Repository files navigation

plz

plz is a companion CLI tool for managing reviews on plz.review.

Development quick start

# Set up your development environment
make install
source .build/bin/activate

# Build and test the CLI
make
plz --version

Releasing a new version

Make sure that the git repo is clean and up to date with origin/main. Then run:

(read -r v && git tag -a v$v -m v$v && git push origin v$v)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 95.7%
  • Makefile 4.3%
0