Blame view

node_modules/bower/lib/templates/json/help-link.json 795 Bytes
2dda2e10   Administrator   generator ignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  {
      "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.\nWhen the link is no longer necessary, simply remove it with 'bower uninstall <name>'.",
      "usage": [
          "link [<options>]",
          "link <name> [<local name>] [<options>]"
      ],
      "options": [
          {
              "shorthand":   "-h",
              "flag":        "--help",
              "description": "Show this help message"
          }
      ]
  }