Merge branch 'issue/84' into 'develop'
Issue #84: Add code docs in Typedoc format See merge request !66
Showing
... | ... | @@ -10,7 +10,8 @@ |
"show-coverage": "xdg-open coverage/lcov-report/index.html", | ||
"doc-api": "raml2html -i specs/blendb-api-v1.raml -o doc/api-v1-reference.html", | ||
"schema": "env $(cat config/config.env ) ts-node scripts/schema.ts config/config.yaml schema.sql", | ||
"service": "./scripts/service.sh" | ||
"service": "./scripts/service.sh", | ||
"doc-code": "typedoc --mode 'file' --module 'commonjs' --target 'ES6' --ignoreCompilerErrors --exclude '**/*.spec.ts' --out 'doc/code' 'src'" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
... | ... | @@ -42,6 +43,7 @@ |
"raml2html": "^3.0.1", | ||
"supertest": "^3.0.0", | ||
"tslint": "^3.15.1", | ||
"tslint-stylish": "^2.1.0-beta" | ||
"tslint-stylish": "^2.1.0-beta", | ||
"typedoc": "^0.11.1" | ||
} | ||
} |