#22 - Add Automated Docs #24

Merged
logan merged 16 commits from automated-docs-#22 into main 2024-08-17 19:48:47 -04:00
3 changed files with 1925 additions and 1 deletions
Showing only changes of commit 9f2ed48caf - Show all commits

View File

@@ -8,7 +8,7 @@
"opts": {
"destination": "./docs",
"recurse": true,
"template": "default"
"template": "node_modules/better-docs"
}
}

1922
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -4,6 +4,7 @@
"description": "",
"main": "server.js",
"scripts": {
"docs": "jsdoc -c jsdoc.json -d docs -t ./node_modules/better-docs",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"test": "mocha --timeout 5000",
@@ -13,6 +14,7 @@
"license": "ISC",
"type": "module",
"devDependencies": {
"better-docs": "^2.7.3",
"chai": "^5.1.1",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",