mirror of
https://github.com/bower/bower.git
synced 2026-01-13 16:28:05 -05:00
18 lines
252 B
Plaintext
18 lines
252 B
Plaintext
|
|
Usage:
|
|
|
|
{{#condense}}
|
|
{{#each usage}}
|
|
{{#cyan}}bower{{/cyan}} {{.}}
|
|
{{/each}}
|
|
{{/condense}}
|
|
|
|
Commands:
|
|
|
|
{{#condense}}
|
|
{{#each commands}}
|
|
{{#rpad minLength="23"}}{{@key}}{{/rpad}} {{.}}
|
|
{{/each}}
|
|
{{/condense}}
|
|
{{#rpad minLength="23"}}{{/rpad}}
|