almost working impl

This commit is contained in:
2023-02-27 01:53:29 +01:00
parent 89aa834bc7
commit ee25e5dd62
4 changed files with 240 additions and 191 deletions

18
TODO.md
View File

@@ -1,15 +1,15 @@
- [ ] implement MVP
- [+] implement MVP
- [+] minimal catalog
- [+] search catalog
- [+] local current versions
- [ ] latest version, github strategy
- [ ] intall, github strategy
- [+] latest version, github strategy
- [+] intall, github strategy
- [ ] code style
- [*] code style => blake, defaults
- [ ] tests
- [ ]
- [ ] cli x (not there, there with old version, there with latest version)
- [ ] choose forge(s), one will be the golden source of the catalog
* github
@@ -27,7 +27,8 @@
- [ ] GH release
- [ ] pypi package
- [ ] open issue in managed tool forge for them to add cliget install method
- [ ] open an issue in managed tool forge asking to add support for `--version` and semver
- [ ] open an issue in managed tool forge asking to add cliget install method
- [ ] communicate on geeks'platform : HN, lobsters, reddit, linuxfr
@@ -44,7 +45,4 @@
- [ ] build tests
- [ ] async loading of versions ; fill output when available
- [ ] cache GH response for a given time
- [ ] explore a way to combine docopt and baker