0.4.2 • Published 8 years ago
updatejs v0.4.2
updatejs
Shortcut for running npm and bower install/update/prune calls.
The script will check for package.json and bower.json before running install/update/prune calls.
The script will recursively search for the location of bower.json in order to handle special "client" folders.
Install:
npm i -g updatejsOptions:
-h, --help output usage information
-V, --version output the version number
-n, --npm Perform *only* npm calls
-b, --bower Perform *only* bower calls
-i, --install Perform *only* install calls
-u, --update Perform *only* update calls
-p, --prune Perform *only* prune calls
-r, --recursive Perform calls recursively in all subfolders
WARNING: The more projects you have, the longer it will take.
-P, --parallel Perform npm and bower calls in parallel, not consecutively
WARNING: The output will happen in real time, all mixed up.
-f, --buffered Buffered output for the parallel execution
WARNING: The output will happen only at the end:
- once for all npm calls, and once for all bower calls.
<no params> Same as using -nbiup:
Performs all npm and bower install/update/prune callsUsage:
> update
For npm, currently in: C:\GIT\yourproject
Running npm install...
- npm install done.
Running npm update...
- npm update done.
Running npm prune...
- npm prune done.
For bower, currently in: C:\GIT\yourproject
Running bower install...
- bower install done.
Running bower update...
- bower update done.
Running bower prune...
- bower prune done.
Done.Additional examples: Only install
> update -i
For npm, currently in: C:\GIT\yourproject
Running npm install...
- npm install done.
For bower, currently in: C:\GIT\yourproject
Running bower install...
- bower install done.
Done.Additional examples: Only npm install
> update -ni
For npm, currently in: C:\GIT\yourproject
Running npm install...
- npm install done.
Done.0.4.2
8 years ago
0.4.1
8 years ago
0.4.0
8 years ago
0.3.5
8 years ago
0.3.4
8 years ago
0.3.3
8 years ago
0.3.2
8 years ago
0.3.0
8 years ago
0.2.8
8 years ago
0.2.7
9 years ago
0.2.6
9 years ago
0.2.5
9 years ago
0.2.4
9 years ago
0.2.3
9 years ago
0.2.2
9 years ago
0.2.1
10 years ago
0.1.1
10 years ago
0.1.0
10 years ago
0.0.5
10 years ago
0.0.4
10 years ago
0.0.3
10 years ago
0.0.2
10 years ago
0.0.1
10 years ago