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.
- Host: GitHub
- URL: https://github.com/nextjournal/clerkless
- Owner: nextjournal
- Created: 2022-12-10T16:50:07.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-10T20:31:39.000Z (about 3 years ago)
- Last Synced: 2025-02-16T15:06:18.992Z (11 months ago)
- Language: Clojure
- Size: 2.93 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.