An open API service indexing awesome lists of open source software.

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

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.