[Docs] add a road map.

This commit is contained in:
Jordan Harband 2016-08-21 12:11:43 -07:00
parent 4cbe255353
commit bae1c0b30b
No known key found for this signature in database
GPG Key ID: 64A196AEE0916D55

View File

@ -7,3 +7,5 @@ This is a list of the primary features planned for `nvm`:
- [ ] Adding opt-in environment variable support to list, download, and install `node` [release candidates](https://github.com/creationix/nvm/issues/779), and [nightly builds](https://github.com/creationix/nvm/issues/1053).
- [ ] [`nvm update`](https://github.com/creationix/nvm/issues/400): the ability to autoupdate `nvm` itself
- [ ] [v1.0.0](https://github.com/creationix/nvm/milestone/1), including updating the [nvm on npm](https://github.com/creationix/nvm/issues/304) to auto-install nvm properly
1. Windows support: adding test coverage for `nvm` usage on BashOnWindows ([related issue](https://github.com/creationix/nvm/issues/284))
- also, explore possibilities for non-POSIX Windows support.