https://github.com/ifiokjr/docme
Quickly generate api docs for your deno project readme
https://github.com/ifiokjr/docme
Last synced: 3 months ago
JSON representation
Quickly generate api docs for your deno project readme
- Host: GitHub
- URL: https://github.com/ifiokjr/docme
- Owner: ifiokjr
- License: mit
- Created: 2022-06-27T22:30:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-27T22:30:30.000Z (almost 3 years ago)
- Last Synced: 2025-01-14T10:57:21.403Z (5 months ago)
- Language: TypeScript
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# docme
> Quickly generate api docs for your deno project readme | _created with [`scaffold`](https://github.com/ifiokjr/scaffold)_
## Contributing
To contribute first update your cache with
```bash
deno task lock
```This both generates the lockfile and makes sure the same cache is used for all contributors.
To check that all you code is working as expected, run:
```bash
deno task check
```This will test, lint and check that formatting is correct.