Skip to content

alexrabarts/guard-npm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guard::Npm

Build Status

npm guard allows to automatically & intelligently install/update package.json when needed.

Install

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'
end

Add guard definition to your Guardfile by running this command:

$ guard init npm

Usage

Please read Guard usage doc

Guardfile

npm guard can be really adapted to all kind of projects.

Standard RubyGem project

guard 'npm' do
  watch('package.json')
end

Please read Guard doc for more information about the Guardfile DSL.

Development

Pull requests are very welcome! Make sure your patches are well tested. Please create a topic branch for every separate change you make.

Authors

Yann Lugrin Alex Rabarts

About

Guard::Npm automatically install/update your npm package.json when needed

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%