From 0e146e5abb3f7c5998cb865ffafbc32289583a24 Mon Sep 17 00:00:00 2001 From: "Tom.Huang" Date: Mon, 8 Oct 2018 21:57:05 +0800 Subject: [PATCH] V1.0.0 --- CHANGELOG.md | 5 +++++ README.md | 18 ++++++++++-------- package.json | 2 +- 3 files changed, 16 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 186d2d4..5eed5ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.0.0 October 08, 2018 + +* Upgrade the install logic +* Fix the uninstall error + ## 0.2.1 November 08, 2016 * Replace windows x64 download path with win-x64 * Add `NVM_NODEJS_ORG_MIRROR` env support diff --git a/README.md b/README.md index be45add..69c76a5 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ -NVMW +nvmw ==== This is a simple Node Version Manager for Windows +[![npm](https://img.shields.io/npm/v/nvmw.svg?style=plastic)](https://npmjs.org/package/nvmw) [![npm](https://img.shields.io/npm/dm/nvmw.svg?style=plastic)](https://npmjs.org/package/nvmw) [![npm](https://img.shields.io/npm/dt/nvmw.svg?style=plastic)](https://npmjs.org/package/nvmw) + ## Installation ```shell @@ -34,16 +36,16 @@ nvmw -h Examples: - nvmw install v0.10.20 - nvmw uninstall v0.10.20 - nvmw use v0.10.20 + nvmw install v8.12.0 + nvmw uninstall v8.12.0 + nvmw use v8.12.0 ``` ## Notes -* It doesn't work in Windows Powershell -* The latest version for npm is 1.4.12 -* You should install a system version Node with Windows installer -* Node versions will be installed on the path X:\Users\\AppData\Roaming\nvm\ + +* It only works in Windows CMD. +* This tool can't install the Node which version below v4.5.0. +* You should install a system version Node with [Windows installer](https://nodejs.org/en/download/). ## License [MIT](http://www.opensource.org/licenses/MIT) diff --git a/package.json b/package.json index 5db217b..f251315 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nvmw", "description": "Node version manager for Windows", - "version": "0.2.1", + "version": "1.0.0", "author": "Tom.Huang ", "dependencies": { "async": "*",