From: AJ ONeal Date: Tue, 28 Apr 2020 06:12:23 +0000 (-0400) Subject: add roadmap X-Git-Url: https://git.josue.xyz/?p=webi-installers%2F.git;a=commitdiff_plain;h=ac84eaf16ad024dd133d23dbc05582ec85103e5b add roadmap --- diff --git a/README.md b/README.md index 1b61225..46b10ab 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,20 @@ # packages the community-submitted packages for webinstall.dev + +# Guidelines + +- Should install to `./local/opt/-` +- Should not need `sudo` (except perhaps for a one-time `setcap`, etc) +- Follow the example of + - Note: the version handling is nasty, we'd like to move this to an API + +# Roadmap + +- Wrap release APIs to unify and expose + - [ ] Golang + - [ ] Node + - [ ] Flutter + - [ ] git + - Note: do all platforms expose tar/zip releases with the same URLs? + - [ ] npm + - [ ] github (NOT until `git` is supported)