add roadmap
[webi-installers/.git] / README.md
1 # packages
2 the community-submitted packages for webinstall.dev
3
4 # Guidelines
5
6 - Should install to `./local/opt/<package>-<version>`
7 - Should not need `sudo` (except perhaps for a one-time `setcap`, etc)
8 - Follow the example of <https://github.com/webinstall/packages/tree/master/node>
9   - Note: the version handling is nasty, we'd like to move this to an API
10   
11 # Roadmap
12
13 - Wrap release APIs to unify and expose
14   - [ ] Golang <https://golang.org/dl/?mode=json>
15   - [ ] Node <https://nodejs.org/dist/index.tab>
16   - [ ] Flutter <https://storage.googleapis.com/flutter_infra/releases/releases_linux.json>
17   - [ ] git
18         - Note: do all platforms expose tar/zip releases with the same URLs?
19   - [ ] npm
20   - [ ] github (NOT until `git` is supported)