Skip to content

Commit

Permalink
docs(scripts): added scripts to generate markdown, api pages and othe…
Browse files Browse the repository at this point in the history
…r stuffs using tsdoc
  • Loading branch information
H4ad committed Apr 9, 2022
1 parent 4136094 commit 6bacee7
Show file tree
Hide file tree
Showing 14 changed files with 487 additions and 493 deletions.
264 changes: 258 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"coverage": "codecov",
"lint": "eslint ./src/ ./test/ --fix",
"semantic-release": "semantic-release",
"docs:generate:api-pages": "ts-node scripts/apidoc.ts",
"docs:generate:api-pages-test": "ts-node scripts/apidoc-test.ts",
"docs:generate:api-pages-test-1": "ts-node scripts/apidoc-test-1.ts",
"docs:parse": "npm run build:docs && ts-node scripts/parse-docs.ts",
"docs:generate:markdown": "ts-node scripts/generate-markdown.ts",
"docs:generate:api-pages": "ts-node scripts/generate-api-pages.ts",
"docs:typedoc": "npm run build:docs && npm run docs:typedoc:extract:local && npm run docs:typedoc:extract && npm run docs:typedoc:markdown",
"docs:typedoc:extract:local": "npx @microsoft/api-extractor run --local",
"docs:typedoc:extract": "npx @microsoft/api-extractor run",
Expand Down Expand Up @@ -68,6 +68,7 @@
"@microsoft/api-extractor": "^7.20.0",
"@microsoft/api-extractor-model": "^7.16.0",
"@microsoft/tsdoc": "^0.13.2",
"@rushstack/node-core-library": "^3.45.2",
"@types/aws-lambda": "^8.10.92",
"@types/body-parser": "^1.19.2",
"@types/jest": "^27.4.0",
Expand Down
27 changes: 0 additions & 27 deletions scripts/Formatter.ts

This file was deleted.

Loading

0 comments on commit 6bacee7

Please sign in to comment.