Class: Tomo::Plugin::Nvm::Tasks

Inherits:
TaskLibrary
  • Object
show all
Defined in:
lib/tomo/plugin/nvm/tasks.rb

Instance Method Summary collapse

Instance Method Details

#installObject



5
6
7
8
9
10
11
# File 'lib/tomo/plugin/nvm/tasks.rb', line 5

def install
  remote.mkdir_p raw("$HOME/.nvm")
  modify_bashrc
  run_installer
  install_node
  install_yarn
end