jsbatchrun-npm
v0.0.7
Published
jsbatchrun plugin - do npm tasks
Downloads
5
Readme
jsbatchrun-npm
do npm tasks with this jsbatchrun plugin.
jsbatchrun-npm uses grunt for accessing npm in a platform independent manner.
content
Usage (see further down this page)
Developers
getting started
install
This guide assumes, that you are familiar with the use of npm.
npm install jsbatchrun-npm --save
prerequisites
This plugin requires jsbatchrun.
Install jsbatchrun-npm in your jsbatchrun project. Check jsbatchrun for loading and configuring plugins.
usage
This plugin provides you with the following commands
> jsbr npm dependency ... for updating a dependency in a list of target directories. (Help)
> jsbr npm install ... for installing all dependencies in a list of target directories. (Help)
> jsbr npm outdated ... for checking outdated dependencies in a list of target directories. (Help)
> jsbr npm run ... for running scripts (package.json script section) in a list of target directories. (Help)