https://github.com/tilt-dev/exterminator
https://github.com/tilt-dev/exterminator
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tilt-dev/exterminator
- Owner: tilt-dev
- License: apache-2.0
- Created: 2020-03-05T21:53:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-12T04:39:09.000Z (almost 3 years ago)
- Last Synced: 2025-01-02T08:15:05.207Z (over 1 year ago)
- Language: JavaScript
- Size: 86.9 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Exterminator
Tools for the [Tilt](https://tilt.dev) exterminator rotation.
To run:
## 1) Get a clubhouse API Token
Get the token here: https://github.com/clubhouse/clubhouse-lib#how-to-get-an-api-token
Set the env variable CLUBHOUSE_API_TOKEN with the token value.
## 2) Get a github API Token
(This is technically optional, but Github has aggressive rate-limiting for anonymous requests, so adding
a token will make your setup more robust.)
Get the token here: https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line#creating-a-token
Set the env variable GITHUB_API_TOKEN with the token value.
## 3) Install
`git clone` this repo. In the repo directory, execute:
```
npm install
npm link
```
This creates 'exterminator' as an executable on your PATH
## 4) Import!
```
exterminator sync --issue GITHUB_ISSUE_URL
```
where GITHUB_ISSUE_URL is the URL of any issue that you have access to, e.g. https://github.com/tilt-dev/tilt/issues/1.
## License
Copyright 2020 Windmill Engineering
Licensed under [the Apache License, Version 2.0](LICENSE)