removed esdocs

This commit is contained in:
2023-06-11 02:12:04 +00:00
parent 5b74a5aee9
commit 19c57ec156
4 changed files with 10 additions and 1393 deletions

10
README.md Normal file
View File

@@ -0,0 +1,10 @@
# RestfulSockets
RestfulSockets is a JavaScript library for building RESTful APIs with WebSocket integration.
## Installation
Install RestfulSockets using npm:
```shell
npm install restful-sockets

View File

@@ -1,8 +0,0 @@
{
"source": "./path/to/your/javascript/files",
"destination": "./docs/api",
"plugins": [],
"title": "My Project Documentation",
"index": "./path/to/your/index.md"
}

1382
source/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -14,8 +14,5 @@
"jquery": "^3.7.0",
"socket.io": "^4.6.2",
"socket.io-client": "^4.6.2"
},
"devDependencies": {
"esdoc": "^1.1.0"
}
}