mirror of
https://github.com/bower/bower.git
synced 2026-01-22 20:58:08 -05:00
16 lines
839 B
JSON
16 lines
839 B
JSON
{
|
|
"command": "link",
|
|
"description": "The link functionality allows developers to easily test their packages.\nLinking is a two-step process.\n\nUsing 'bower link' in a project folder will create a global link.\nThen, in some other package, 'bower link <name>' will create a link in the components folder pointing to the previously created link.\n\nThis allows to easily test a package because changes will be reflected immediately.\nPlease note that bower will not fetch the linked package dependencies.\n\nBower will overwrite the link when installing/updating.",
|
|
"usage": [
|
|
"link [<options>]",
|
|
"link <name> [<local name>] [<options>]"
|
|
],
|
|
"options": [
|
|
{
|
|
"shorthand": "-h",
|
|
"flag": "--help",
|
|
"description": "Show this help message"
|
|
}
|
|
]
|
|
}
|