Repository is archived
No release in over 3 years
Low commit activity in last 3 years
capistrano task to install node, support tasks for capistrano-nvm.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.11
~> 10.0
~> 3.0
 Project Readme

capistrano-nvm-install

capistrano task only for installing nvm and node automatically. it hooks capistrano-nvm task, so you also have to use capistrano-nvm .

Installation

Add this line to your application's Gemfile:

group :development do
  gem 'capistrano-nvm', require: false
  gem 'capistrano-nvm-install', require: false
end

Usage

# Capfile.rb
require 'capistrano/nvm'
require 'capistrano/nvm-install'