KOKINIO - MANAGER
Edit File: Running 'nvm alias' should create a file in the alias directory
#!/bin/sh set -ex export NVM_DIR="$(cd ../.. && pwd)" \. ../../nvm.sh nvm alias test v0.1.2 [ "$(cat "$(nvm_alias_path)/test")" = "v0.1.2" ]