1.0.0 • Published 6 years ago

nvmw v1.0.0

Weekly downloads
113
License
-
Repository
github
Last release
6 years ago

nvmw

This is a simple Node Version Manager for Windows

npm npm npm

Installation

npm install -g nvmw

Usage

nvmw -h

  Usage: nvmw [options] [command]

  Commands:

    install <version>      install the given version of Node
    uninstall <version>    uninstall the given version of Node
    use <version>          use the given version of Node in current shell
    deactivate             undo effects of nvmw in current shell
    switch <version>       permanently use the given version of Node as default
    switch-deactivate      permanently undo effects of nvmw
    ls                     list the installed all Nodes
    ls-remote              list remote versions available for install
    cleanup                remove stale local caches

  Options:

    -h, --help     output usage information
    -V, --version  output the version number

  Examples:

    nvmw install v8.12.0
    nvmw uninstall v8.12.0
    nvmw use v8.12.0

Notes

  • 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.

License

MIT

1.0.0

6 years ago

0.2.1

7 years ago

0.1.5

10 years ago

0.2.0

10 years ago

0.1.8

10 years ago

0.1.6

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago