basic-ios-template icon indicating copy to clipboard operation
basic-ios-template copied to clipboard

Tools installation options

Open maximkrouk opened this issue 3 years ago • 0 comments

Add installation options

  • global (install the tool to usr/local/bin, create an alias in local folder)
  • shared (install the tool to~/.local-cli-tools, create an alias in local 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)

maximkrouk avatar Jun 01 '22 21:06 maximkrouk