npm icon indicating copy to clipboard operation
npm copied to clipboard

Feature/require without hooks

Open Startouf opened this issue 6 years ago • 1 comments

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

Startouf avatar Dec 12 '18 17:12 Startouf

Looks interesting. README needs a rebase now

swalkinshaw avatar Dec 12 '18 20:12 swalkinshaw