Sha256: bb508df6d145aebfd137c925e587992fd5afeffc7bce68bbcbdc285879430dd2
Contents?: true
Size: 795 Bytes
Versions: 69
Compression:
Stored size: 795 Bytes
Contents
{ "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" } ] }
Version data entries
69 entries across 69 versions & 2 rubygems