Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xthezealot/docgen
Generate single-file library doc to feed custom GPTs
https://github.com/xthezealot/docgen
bun chatgpt docs documentation documentation-generator gpt
Last synced: about 2 months ago
JSON representation
Generate single-file library doc to feed custom GPTs
- Host: GitHub
- URL: https://github.com/xthezealot/docgen
- Owner: xthezealot
- Created: 2024-11-14T17:40:51.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-14T17:41:35.000Z (about 2 months ago)
- Last Synced: 2024-11-14T18:32:31.062Z (about 2 months ago)
- Topics: bun, chatgpt, docs, documentation, documentation-generator, gpt
- Language: TypeScript
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docgen
This is a simple project to generate single-file documentation for each one of the following projects:
- Bun
- Drizzle
- HonoIts main purpose is to create single-file resources for custom GPTs.
# Install
```sh
bun install
```# Run
```sh
bun run
```