mirror of
https://github.com/bower/bower.git
synced 2026-04-24 03:00:19 -04:00
21 lines
659 B
Plaintext
21 lines
659 B
Plaintext
|
|
Usage:
|
|
|
|
{{#cyan}}bower{{/cyan}} install
|
|
{{#cyan}}bower{{/cyan}} install {{#grey}}<folder>{{/grey}}
|
|
{{#cyan}}bower{{/cyan}} install {{#grey}}<pkg>{{/grey}}
|
|
{{#cyan}}bower{{/cyan}} install {{#grey}}<pkg>#<version>{{/grey}}
|
|
|
|
Options:
|
|
|
|
{{#yellow}}--save{{/yellow}} - adds a dependency entry to a project's {{json}}
|
|
{{#yellow}}--force{{/yellow}} - force fetching remote resources even if a local copy exists on disk
|
|
|
|
Can specify one or more:
|
|
|
|
{{#cyan}}bower{{/cyan}} install {{#grey}}./foo/package git://example.com#1.0.2{{/grey}}
|
|
|
|
Description:
|
|
|
|
Installs a browser package locally into a {{#grey}}{{directory}}{{/grey}} directory
|