npm guard allows to automatically & intelligently install/update package.json when needed.
Please be sure to have Guard installed before continue.
Install the gem:
$ gem install guard-npm
Add it to your Gemfile (inside development group):
group :development do
gem 'guard-npm'
endAdd guard definition to your Guardfile by running this command:
$ guard init npm
Please read Guard usage doc
npm guard can be really adapted to all kind of projects.
guard 'npm' do
watch('package.json')
endPlease read Guard doc for more information about the Guardfile DSL.
- Source hosted at GitHub
- Report issues/Questions/Feature requests on GitHub Issues
Pull requests are very welcome! Make sure your patches are well tested. Please create a topic branch for every separate change you make.
