npm
npm copied to clipboard
Feature/require without hooks
Allows to load the gem but specify per deployment stage if we want to run hooks or not. Inspired from capistrano passenger
gem 'capistrano-npm',
git: 'https://github.com/Startouf/npm',
branch: 'feature/require-without-hooks',
require: false
Looks interesting. README needs a rebase now