A command line helper for our AppBuilder development.
Installation
$ sudo npm install -g CruGlobal/ab-cli
Updating
To update to the latest version:
$ sudo npm update -g CruGlobal/ab-cli
Or reinstall to ensure you have the latest:
$ sudo npm install -g CruGlobal/ab-cli@latest
Usage
Development Install (local machine)
$ appbuilder install [target_directory] --develop --V1
See https://CruGlobal.github.io/appbuilder_docs/develop/setup/Setup.html
Production Install
$ appbuilder prod2021 [target_directory]