component-set
Advanced tools
Comparing version 0.1.1 to 0.2.0
{ | ||
"name": "component-set", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"description": "add dependencies to component.json", | ||
@@ -5,0 +5,0 @@ "bin": { |
@@ -6,10 +6,2 @@ | ||
## Getting Started | ||
_With npm_ | ||
$ npm install component-set -g | ||
## API | ||
``` | ||
@@ -28,1 +20,30 @@ Usage: component-set [options] <pkg> | ||
``` | ||
# component-update | ||
update all dependencies to their latest tag. Note: this is a json only update. You will still need to run the below commands to actually download them. | ||
``` | ||
rm -r components | ||
component install | ||
``` | ||
``` | ||
Usage: component-update [options] | ||
Options: | ||
-h, --help output usage information | ||
-d, --development don't update production dependencies | ||
-p, --production don't update development dependencies | ||
``` | ||
# installation | ||
$ npm install component-set -g | ||
## warning | ||
you may run into githubs rate limit if you run a lot of these commands in the space of an hour | ||
Sorry, the diff of this file is not supported yet
41294
48