Skip to content

Commit

Permalink
clean sugar github (#31)
Browse files Browse the repository at this point in the history
related to 
- #106

## description
this cleans up the `gh.nu` module into `github.nu` and will address one
task in #106

### new commands
- `gm gh query-api`: this is the biggest one which does all the API
heavy lifting
- `gm gh query-releases`
- `gm gh query-user`
- `gm gh pr checkout` inspired from old `me pr`

### removed commands
- all the old `gh.nu` module
- the now unused `fs/dir.nu` module

### tests
i don't think i'll add tests for that right now as the targets will be
moving 🤔
  • Loading branch information
amtoine committed Nov 24, 2023
1 parent 8ebdc1b commit 5463513
Show file tree
Hide file tree
Showing 3 changed files with 236 additions and 238 deletions.
10 changes: 0 additions & 10 deletions src/nu-git-manager-sugar/fs/dir.nu

This file was deleted.

228 changes: 0 additions & 228 deletions src/nu-git-manager-sugar/gh.nu

This file was deleted.

Loading

0 comments on commit 5463513

Please sign in to comment.