Code Monkey home page Code Monkey logo

ps-nvmw's Introduction

Node/io.js Version Manager for Windows

This is a simple PowerShell module for installing and using multiple Node.js and io.js versions on Windows.

Install

Clone this repository or put the psm1 somewhere on disk and import the module:

Import-Module <path to NodeVersionManager.psm1>

Commands

There are 4 PowerShell commands exposed. They are similar for both Node.js and io.js, with the difference being whether you use Node or iojs in the command name.

Note: Node.js will restrict you to a version number of v#.#.#, where as io.js will allow anything at the moment, as it runs off the nightly builds and the version string is more complex and I'm too lazy to write its regex.

Install-NodeVersion <version>/Install-iojsVersion <version>

Install-NodeVersion v0.10.33

This will install the specified Node.js/io.js version. You can also use a -Force flag to override an existing install

Note: the iojs command accepts a -Nightly flag if you want to install from the nightly download list.

Remove-NodeVersion <version>/Remove-iojsVersion <version>

Remove-NodeVersion v0.10.33

This will remove the specified Node.js/io.js version from your machine.

Get-NodeVersions/Get-iojsVersions

Get-NodeVersions

Shows a list of what Node.js/io.js versions are available.

Set-NodeVersion <version>/Set-iojsVersions

Set-NodeVersion v0.10.33

Makes the specified Node.js/io.js version the currently loaded Node.js/io.js version for your terminal.

Note: the iojs command will alias iojs to node as well, pass the -NoAlias flag if you don't want it aliased.

ps-nvmw's People

Contributors

aaronpowell avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.