Skip to content
Snippets Groups Projects
Commit 53e7538c authored by echicken's avatar echicken :chicken:
Browse files

Dox

parent 15a17187
Branches
No related tags found
No related merge requests found
Pipeline #6341 canceled
......@@ -5,7 +5,7 @@
"main": "src/meshtastic.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs": "rm ./README.md && typedoc --commentStyle all --excludePrivate --excludeProtected --plugin typedoc-plugin-markdown --plugin typedoc-plugin-rename-defaults --out docs src/index.ts && concat-md --toc --decrease-title-levels --dir-name-as-title docs --start-title-level-at 2 > README.md && rm -rf ./docs",
"docs": "rm ./README.md && typedoc --commentStyle all --excludePrivate --excludeProtected --plugin typedoc-plugin-markdown --plugin typedoc-plugin-rename-defaults --out docs src/meshtastic.ts && concat-md --toc --decrease-title-levels --dir-name-as-title docs --start-title-level-at 2 > README.md && rm -rf ./docs",
"build": "ts4s build -s src -b build"
},
"keywords": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment