feat: add tool to generate documentation for routes

This commit is contained in:
Karl-Philipp Wulfert
2018-12-13 12:43:55 +01:00
parent 62ca2c33ea
commit 1a07df2d67
6 changed files with 365 additions and 5 deletions

View File

@@ -16,7 +16,7 @@
"scripts": {
"build": "npm run tslint && npm run compile && npm run pack && npm run schema && npm run documentation",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"compile": "tsc",
"compile": "tsc && rimraf lib/cli.js lib/common.js lib/types.js",
"documentation": "typedoc --includeDeclarations --excludeExternals --mode modules --out docs src",
"pack": "openstapps-pack",
"prepareOnly": "npm run build",
@@ -46,11 +46,17 @@
"@openstapps/logger": "0.0.3",
"@openstapps/projectmanagement": "0.0.1",
"@types/chai": "4.1.7",
"@types/humanize-string": "1.0.0",
"@types/node": "10.12.10",
"@types/rimraf": "2.0.2",
"async-pool-native": "0.1.0",
"chai": "4.2.0",
"commander": "2.19.0",
"conventional-changelog-cli": "2.0.11",
"humanize-string": "1.0.2",
"mocha": "5.2.0",
"mocha-typescript": "1.1.17",
"rimraf": "2.6.2",
"ts-node": "7.0.1",
"tslint": "5.11.0",
"typedoc": "0.13.0",