mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* Create an adf-cli dispatcher to run the docker-publish * not needed * fix typo comma * Create the adf-cli dist folder that contains -bin -script -package.json Build the dist folder during the ADF CI/CI pipeline
Alfresco ADF Cli
The Goal of ADF CLI
The ADF CLI manages, builds , doc and test your ADF Application projects.
Installation
To get started follow these instructions:
npm install @alfresco/adf-cli -g
License Check
Move in the folder where you have your package.json and run the command:
npm install
adf-license
Audit Check
Move in the folder where you have your package.json and run the command:
npm install
adf-audit