[ADF-4916] Create the adf-cli init-aae-env command (#5099)

* Create the adf-cli command init-aae-env

* Remove the test app

* Add basic doc for the init-aae-env command
This commit is contained in:
Maurizio Vitale
2019-10-09 21:27:03 +01:00
committed by Eugenio Romano
parent 8da16ea1a7
commit 93419ffa7b
4 changed files with 412 additions and 1 deletions
+3 -1
View File
@@ -30,6 +30,8 @@
"exclude": [
"dist/**/*",
"./build.ts",
"node_modules/**/*"
"node_modules/**/*",
"**/node_modules/**/*"
]
}