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

https://github.com/nextjournal/clerkless

An empty shell of Clerk's Public API.
https://github.com/nextjournal/clerkless

Last synced: 11 months ago
JSON representation

An empty shell of Clerk's Public API.

Awesome Lists containing this project

README

          

# clerkless

An empty shell of Clerk's Public API.

Intended to be used in when you want to use Clerk to document
a library, but not declare a depdency on it.

## Usage

Override the `:git/url` of your Clerk dependency:

``` clojure
{:deps {io.github.nextjournal/clerk {:git/url "https://github.com/nextjournal/clerkless"
:git/sha ",,,"}}}
```

In your dev / doc build, you would override that dep with the normal
Clerk dependency.