Skip to content

Commit

Permalink
add commander dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jed committed Oct 11, 2011
1 parent bbdd126 commit 6d6f355
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ Use the `-p` option to specify an external private key. If this is not used, `ke

Generate a 1,024-bit RSA private key within the directory. This is called automatically if a key is not specified, and `key.pem` does not exist.

### crx -h

Show information about using this utility, generated by [commander](https://github.com/visionmedia/commander.js).

## Examples

Given the following directory structure:
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
"engines": {
"node": "~0.4.12"
},
"dependencies": {},
"dependencies": {
"commander": ""
},
"devDependencies": {}
}

0 comments on commit 6d6f355

Please sign in to comment.