UNPKG

518 BPlain TextView Raw
1Usage: rsg [input] [options]
2
3Options:
4 -o, --output Output directory ['styleguide']
5 -t, --title Used as a page title ['Style Guide']
6 -r, --root Set the root path ['.']
7 -f, --files Inject references to files ['']
8 -c, --config Use the config file ['styleguide.json']
9 -p, --pushstate Enable HTML5 pushState [false]
10 -v, --verbose Verbose output [false]
11
12Examples:
13 rsg 'example/**/*.js' -t 'My Style Guide' -f 'a.css, a.js'