https://github.com/thequinndev/docolate
Docolate 🍫 - Delicious Documentation. Get started here: https://github.com/thequinndev/docolate/wiki/Route-Manager-%E2%80%90-Getting-Started
https://github.com/thequinndev/docolate
database documentation openapi typescript zod
Last synced: 11 months ago
JSON representation
Docolate 🍫 - Delicious Documentation. Get started here: https://github.com/thequinndev/docolate/wiki/Route-Manager-%E2%80%90-Getting-Started
- Host: GitHub
- URL: https://github.com/thequinndev/docolate
- Owner: thequinndev
- License: mit
- Created: 2025-02-26T06:08:52.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-03-15T00:22:19.000Z (11 months ago)
- Last Synced: 2025-03-15T01:23:30.137Z (11 months ago)
- Topics: database, documentation, openapi, typescript, zod
- Language: TypeScript
- Homepage:
- Size: 129 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docolate 🍫
Sweet documentation. Docolate will include a number of documentation and schema modules. The current modules are listed below.
All modules will be powered by zod: https://zod.dev/
> https://www.npmjs.com/package/@thequinndev/docolate
```
npm i @thequinndev/docolate
```
## Route Manager
Endpoint, OpenAPI management and auto-documentation in one simple module.
* [Route Manager README](https://github.com/thequinndev/docolate/blob/main/src/db-manager/README.md)
* [Route Manager Documentation](https://github.com/thequinndev/docolate/wiki/Route-Manager-%E2%80%90-Getting-Started)
* Up-to-date working examples will always be found here: https://github.com/thequinndev/docolate/tree/main/examples/route-manager
## DB Manager
Simply Database query manager that turns bespoke database queries into auto-documenting re-usable services.
Currently a "working", work in progress. Not yet released.
* [DB Manager README](https://github.com/thequinndev/docolate/blob/main/src/db-manager/README.md)