set basic layout. adding status bar
This commit is contained in:
17
node_modules/bower/lib/templates/std/help-cache.std
generated
vendored
Normal file
17
node_modules/bower/lib/templates/std/help-cache.std
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
Usage:
|
||||
|
||||
{{#condense}}
|
||||
{{#each usage}}
|
||||
{{#cyan}}bower{{/cyan}} {{.}}
|
||||
{{/each}}
|
||||
{{/condense}}
|
||||
|
||||
Commands:
|
||||
|
||||
{{#condense}}
|
||||
{{#each commands}}
|
||||
{{#rpad minLength="23"}}{{@key}}{{/rpad}} {{.}}
|
||||
{{/each}}
|
||||
{{/condense}}
|
||||
{{#rpad minLength="23"}}{{/rpad}}
|
||||
Reference in New Issue
Block a user