module Capistrano::DSL::NodenvInstall
Public Instance Methods
node_build_repo_url()
click to toggle source
# File lib/capistrano/dsl/nodenv_install.rb, line 16 def node_build_repo_url 'https://github.com/nodenv/node-build.git' end
nodenv_bin_executable_path()
click to toggle source
# File lib/capistrano/dsl/nodenv_install.rb, line 8 def nodenv_bin_executable_path "#{fetch(:nodenv_path)}/bin/nodenv" end
nodenv_node_build_path()
click to toggle source
# File lib/capistrano/dsl/nodenv_install.rb, line 4 def nodenv_node_build_path "#{fetch(:nodenv_path)}/plugins/node-build" end
nodenv_repo_url()
click to toggle source
# File lib/capistrano/dsl/nodenv_install.rb, line 12 def nodenv_repo_url 'https://github.com/nodenv/nodenv.git' end