This website works better with JavaScript.
Explore
Help
Sign In
alvis
/
nvm
Watch
1
Star
0
Fork
You've already forked nvm
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1243
Commits
1
Branch
90
Tags
3.7 MiB
Shell
97.6%
Makefile
1.4%
Dockerfile
1%
Tree:
9106cc25a4
master
v0.0.1
v0.0.6
v0.1.0
v0.10.0
v0.11.0
v0.11.1
v0.11.2
v0.12.0
v0.12.1
v0.12.2
v0.13.0
v0.13.1
v0.14.0
v0.15.0
v0.16.0
v0.16.1
v0.17.0
v0.17.1
v0.17.2
v0.17.3
v0.18.0
v0.19.0
v0.2.0
v0.20.0
v0.21.0
v0.22.0
v0.22.1
v0.22.2
v0.23.0
v0.23.1
v0.23.2
v0.23.3
v0.24.0
v0.24.1
v0.24.2
v0.25.0
v0.25.1
v0.25.2
v0.25.3
v0.25.4
v0.26.0
v0.26.1
v0.27.0
v0.27.1
v0.28.0
v0.29.0
v0.3.0
v0.30.0
v0.30.1
v0.30.2
v0.31.0
v0.31.1
v0.31.2
v0.31.3
v0.31.4
v0.31.5
v0.31.6
v0.31.7
v0.32.0
v0.32.1
v0.33.0
v0.33.1
v0.33.10
v0.33.11
v0.33.2
v0.33.3
v0.33.4
v0.33.5
v0.33.6
v0.33.7
v0.33.8
v0.33.9
v0.34.0
v0.35.0
v0.35.1
v0.35.2
v0.35.3
v0.36.0
v0.37.0
v0.37.1
v0.37.2
v0.38.0
v0.4.0
v0.5.0
v0.5.1
v0.6.0
v0.6.1
v0.7.0
v0.8.0
v0.9.0
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '9106cc25a4'
${ noResults }
nvm
/
test
/
fast
History
Jordan Harband
91c77c6ba8
[Tests] fix shebangs
9 years ago
..
Aliases
`nvm alias`: explicitly forbid user aliases in subdirs.
9 years ago
Listing paths
[Tests] fix shebangs
9 years ago
Listing versions
[Tests] fix shebangs
9 years ago
Unit tests
[Tests] use mocks for `nvm_ls_remote`/`nvm_ls_remote_iojs` tests.
9 years ago
Running "nvm alias" should create a file in the alias directory.
Added travis config, fixed tests for use on travis
11 years ago
Running "nvm current" should display current nvm environment.
If nvm is deactivated, display "none" or "system" instead of the system node version
11 years ago
Running "nvm deactivate" should unset the nvm environment variables.
Unset unnecessary environment variables
9 years ago
Running "nvm install" with "--reinstall-packages-from" requires a valid version
Rename `nvm copy-packages` to `nvm reinstall-packages`, and `--copy-packages-from` install option to `--reinstall-packages-from`
10 years ago
Running "nvm install" with an invalid version fails nicely
redirect stderr to stdout in test
11 years ago
Running "nvm unalias" should remove the alias file.
tests from readme
13 years ago
Running "nvm uninstall" should remove the appropriate directory.
tests from readme
13 years ago
Running "nvm uninstall" with incorrect file permissions fails nicely
Add fast test to check nvm uninstall with file permission error
9 years ago
Running "nvm unload" should unset all function and variables.
Adding a trailing newline
11 years ago
Running "nvm use foo" where "foo" is circular aborts
Adding unit tests for --silent
10 years ago
Running "nvm use iojs" uses latest io.js version
Allow `--silent` option to `nvm use` to be in any position.
10 years ago
Running "nvm use system" should work as expected
Adding unit tests for --silent
10 years ago
Running "nvm use x" should create and change the "current" symlink
use env bash rather than /bin/bash
9 years ago
Running "nvm use x" should not create the "current" symlink if $NVM_SYMLINK_CURRENT is false
use env bash rather than /bin/bash
9 years ago
Sourcing nvm.sh should make the nvm command available.
tests from readme
13 years ago
Sourcing nvm.sh should not modify parameters of caller
Do not modify parameters of sourcing script in zsh
9 years ago
setup
Fix the setup/teardown urchin test scripts under zsh
12 years ago
setup_dir
Making sure that versions are backed up when running tests.
11 years ago
teardown
Use `xz` tarballs if available
9 years ago
teardown_dir
Added travis config, fixed tests for use on travis
11 years ago