fix-gh-watchlist
v0.1.2
Published
cli to unsubscribe (ignore) github repos
Downloads
11
Maintainers
Readme
fix-gh-watchlist
cli to unsubscribe (ignore) github repos from https://github.com/watching
usage
- Create new GitHub PAT Token - Make sure it has access to repo & notifications
- Install script:
npm install -g fix-gh-watchlist
- Create a
whitelist.txt
file with repo names (inorg/repo
format) you want to keep watching - Run the script:
PAT_TOKEN=<your_github_pat_token> fix-gh-watchlist --org=github -w whitelist.txt
development
- create a
.env
file with the following content:
PAT_TOKEN=<your_github_pat_token>
- then run:
npm i
npm run watch
npm start -- --org=github -w whitelist.txt
build
npm run build
cd dist && npm install -g .
# test
fix-gh-watchlist --help
# cleanup
npm uninstall -g fix-gh-watchlist
release
make version-patch
git push --follow-tags
make publish