modified: spffq.py
[GalaxyCodeBases.git] / crx / Readme.md
bloba1bfd2bbdd8f9b218bcad9f77b0bceceef1da59a
1 # List
3 Buildcrx
4 ========
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).
15 Usage
16 =====
18 Script help:
20     $ sh buildcrx.sh
21     Usage: buildcrx.sh [OPTIONS]
23     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
31 Example:
33     $ sh buildcrx.sh -d copybetter -p copybetter.pem -o copybetter/update -e 'update|\.git'