-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: using default username from token by default
- Loading branch information
Showing
4 changed files
with
60 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
## Todo | ||
|
||
- Replace OctokitResponse<any> by proper typing! | ||
- Consider writing tests (unit tests and whatnot) | ||
- Add warning about gitbub's rate limit | ||
- Changeset to major version when basic cli is active | ||
- Octokit | ||
- Check if user is authenticated | ||
- Add a mini logger lib file | ||
- Handle verbose properly | ||
|
||
## From feedback | ||
|
||
- [x] use more branches (e.g. `main`, `develop`, `feature/...`, `bugfix/...`), moost of them will be temporary till reviewing process | ||
- [] see if owner can be retrieved from GitHub access token, use default as username | ||
- [] better README | ||
- [] donner plus d'infos pour l'access token, permettre d'obtenir un lien pour le générer avec peut-etre en query params de quoi remplir le formulaire avec le minimum requis pour l'access token | ||
- [] preciser les permissions accordees a quirgo sont les permissions minimales requises | ||
- [] donner la possibilite de stocker le token, voire meme plusieurs | ||
- [] set verbose to false at default in configuration | ||
- [] mutual exclusion of --json && --env | ||
- [] simplify the usage of --verbose (specially when default is false) | ||
|
||
-- CLI -- | ||
Other: [gulp, jest] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters