-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Add installation options
- global (install the tool to
usr/local/bin
, create an alias inlocal
folder) - shared (install the tool to
~/.local-cli-tools
, create an alias inlocal
folder) - local (install the tool to
$SRCROOT/scripts/bin
)
Implement ARC-behavior for aliasing (so you can keep tools while some project on your device is using it, but you'll be able to easily remove unused tools, related to the project via running make remove_cli_tools
)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request