6 From https://github.com/dangoakachan/buildcrx
8 This tool is to package chrome extension automatically, with below extra features:
10 * Exclude files or directories with the same pattern gramma like `grep -E`.
11 * Search manifest.json for update infomation, and generates the updates.xml automatically.
13 Package function is provided by [crxmake.sh](http://code.google.com/p/chromium/issues/attachmentText?id=15059&aid=-2305436989939443553&name=crxmake.sh).
21 Usage: buildcrx.sh [OPTIONS]
24 -d specify the extension directory, required
25 -p specify the pem file, optional
26 -o specify the output directory, optional
27 -n specify the build extension name, optional
28 -e specify the exclude pattern like grep, optional
29 -h show this help message
33 $ sh buildcrx.sh -d copybetter -p copybetter.pem -o copybetter/update -e 'update|\.git'