UNPKG

ksa

Version:

Attempt at a browset package manager

16 lines (15 loc) 789 B
{ "command": "link", "description": "The link functionality allows developers to easily test their packages.\nLinking is a two-step process.\n\nUsing 'ksa link' in a project folder will create a global link.\nThen, in some other package, 'ksa 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 'ksa uninstall <name>'.", "usage": [ "link [<options>]", "link <name> [<local name>] [<options>]" ], "options": [ { "shorthand": "-h", "flag": "--help", "description": "Show this help message" } ] }