add roadmap
authorAJ ONeal <coolaj86@gmail.com>
Tue, 28 Apr 2020 06:12:23 +0000 (02:12 -0400)
committerGitHub <noreply@github.com>
Tue, 28 Apr 2020 06:12:23 +0000 (02:12 -0400)
README.md

index 1b6122599f76de375aed7f7030d84542550cabae..46b10ab33d49b500140ac3f27337a6f0b1ed9863 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,2 +1,20 @@
 # packages
 the community-submitted packages for webinstall.dev
+
+# Guidelines
+
+- Should install to `./local/opt/<package>-<version>`
+- Should not need `sudo` (except perhaps for a one-time `setcap`, etc)
+- Follow the example of <https://github.com/webinstall/packages/tree/master/node>
+  - Note: the version handling is nasty, we'd like to move this to an API
+  
+# Roadmap
+
+- Wrap release APIs to unify and expose
+  - [ ] Golang <https://golang.org/dl/?mode=json>
+  - [ ] Node <https://nodejs.org/dist/index.tab>
+  - [ ] Flutter <https://storage.googleapis.com/flutter_infra/releases/releases_linux.json>
+  - [ ] git
+        - Note: do all platforms expose tar/zip releases with the same URLs?
+  - [ ] npm
+  - [ ] github (NOT until `git` is supported)