mirror of
https://github.com/bower/bower.git
synced 2026-01-15 01:08:07 -05:00
This was an huge commit. - Allow nested commands - Switch resolve cache in memory object cache to LRU - Store non-semver packages in the cache - Tweak help messages - Various fixes and tweaks
17 lines
215 B
Plaintext
17 lines
215 B
Plaintext
|
|
Usage:
|
|
|
|
{{#condense}}
|
|
{{#each usage}}
|
|
{{#cyan}}bower{{/cyan}} {{.}}
|
|
{{/each}}
|
|
{{/condense}}
|
|
|
|
Commands:
|
|
|
|
{{#condense}}
|
|
{{#each commands}}
|
|
{{#rpad length="23"}}{{@key}}{{/rpad}} {{.}}
|
|
{{/each}}
|
|
{{/condense}}
|