Class: Tomo::Plugin::Nvm::Tasks
- Inherits:
-
TaskLibrary
- Object
- TaskLibrary
- Tomo::Plugin::Nvm::Tasks
- Defined in:
- lib/tomo/plugin/nvm/tasks.rb
Instance Method Summary collapse
Instance Method Details
#install ⇒ Object
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 |