All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.bower.lib.templates.std.help.std Maven / Gradle / Ivy


Usage:

{{#condense}}
{{#each usage}}
    {{#cyan}}bower{{/cyan}} {{.}}
{{/each}}
{{/condense}}

Commands:

{{#condense}}
{{#each commands}}
    {{#rpad length="23"}}{{@key}}{{/rpad}} {{.}}
{{/each}}
{{/condense}}

Options:

{{#condense}}
{{#each options}}
    {{#yellow}}{{#rpad length="23"}}{{#if shorthand}}{{shorthand}}, {{/if}}{{flag}}{{/rpad}}{{/yellow}} {{description}}
{{/each}}
{{/condense}}

See 'bower help ' for more information on a specific command.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy