mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +00:00
* ordering fix use common method in datatable * ordering fix use common method in datatable * fix sorting ps e2e * fix ordering * move search page in testing and fix sorting boolean flag * fix import * fix moment * use common sort method in document list test * use common sort method in document list test * remove unnecesary sort control * remove duplicate test * remove e2e suspended removed status * documentation
30 lines
442 B
Markdown
30 lines
442 B
Markdown
# 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 adf-cli -g
|
|
``
|
|
|
|
### License Check
|
|
|
|
Move in the folder where you have your package.json and run the command:
|
|
|
|
```bash
|
|
adf-license
|
|
```
|
|
### Audit Check
|
|
|
|
Move in the folder where you have your package.json and run the command:
|
|
|
|
```bash
|
|
adf-audit
|
|
```
|