TechDocs: Generator now requires input and output directory and does not create them

The creation of temporary directories and their clean up should be handled on its own. techdocs-cli already has a fixed input output dir requirement. It makes that generator accepts these values as requirements.
This commit is contained in:
Himanshu Mishra
2021-01-11 22:33:10 +01:00
parent 68ad5af519
commit 2165901c00
5 changed files with 40 additions and 56 deletions
+1
View File
@@ -40,6 +40,7 @@
"dockerode": "^3.2.1",
"express": "^4.17.1",
"express-promise-router": "^3.0.3",
"fs-extra": "^9.0.1",
"knex": "^0.21.6",
"winston": "^3.2.1"
},