Skip to content

my-archives/nu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NU

Node Virtual Environments

         _  __ _ __
        / |/ //// /
       / || // U / 
      /_/|_/ \_,'

Installation:

> npm install nu -g
> nn

or

> git clone git://github.com/cfddream/nu.git ~/nu
> source ~/nu/nu

Usage nu help:

Usage: nu [options] [COMMAND] [config] 

Commands:
  nu --latest                         Output the latest node version available
  nu latest [config ...]              Install latest version node
  nu install <version> [config ...]   Install <version> node
  nu list                             Output the versions installed
  nu lns                              Output the versions of node available
  nu current                          Output the current node version
  nu default                          Switch to default version
  nu downlaod <version ...>           Download node <version ...>
  nu use <version> [args ...]         Use node <version> with [args ...]
  nu run <version> [args ...]         Run node <version> with [args ...]
  nu bin <version>                    Output bin path for <version>
  nu changelog <version>              Output changelog for <version>
  nu remove <version ...>             Remove node <version ...>

Options:
  -V, --version                       Output current version of nu
  -h, --help                          Display help information

Aliases:
  install     i       -i
  list        ls      -ls
  lns                 -lns
  download    down    -d
  default     def
  current     now/curr
  changelog   log
  remove      rm

Examples:
  set default version.
    > nu use 0.6.5 --default

Thanks to: