Maurizio Vitale a6e18e6c1b [ADF-4733] Create an adf-cli dispatcher to run the docker-publish (#4914)
* 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
2019-07-10 15:06:35 +01:00
..
2019-06-07 10:46:27 +01:00

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