From bae1c0b30b5f4be45787986a4a880dedaa3ea58d Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sun, 21 Aug 2016 12:11:43 -0700 Subject: [PATCH] [Docs] add a road map. --- ROADMAP.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ROADMAP.md b/ROADMAP.md index 08cfc6c..929011c 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -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.