Skip to content

Commit

Permalink
Add cljdoc badge
Browse files Browse the repository at this point in the history
  • Loading branch information
codebeige committed Dec 14, 2023
1 parent f0026f1 commit e859bcc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
# Moira

[![Clojars Project](https://img.shields.io/clojars/v/com.pitch/moira.svg)](https://clojars.org/com.pitch/moira)
[![Test Status](https://github.com/pitch-io/moira/workflows/run-tests/badge.svg)](https://github.com/pitch-io/moira/actions)
[![Test Status](https://github.com/pitch-io/moira/workflows/run-tests/badge.svg)](https://github.com/pitch-io/moira/actions/workflows/run-tests.yml)
[![cljdoc](https://cljdoc.org/badge/com.pitch/moira)](https://cljdoc.org/d/com.pitch/moira)

Modular frontend applications in [ClojureScript][cljs].

Expand Down
9 changes: 4 additions & 5 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# TODO

## Doing
- [x] Create tasklist & changelog
- [x] Publish on [clojars](https://clojars.org) `v0.8.0-alpha`
- [ ] Improve API docs `v0.8.0`
- [ ] Handle incoming dependencies `v.0.8.0`

## Upcoming
- [ ] Set up [cljkondo](https://github.com/clj-kondo/clj-kondo) `v0.8.0`
- [ ] Set up [cljdoc](https://cljdoc.org) `v0.8.0`
- [ ] Set up [cljdoc](https://cljdoc.org)
- [ ] Set up [cljfmt](https://github.com/clj-kondo/clj-kondo)
- [ ] Set up [clj-kondo](https://github.com/clj-kondo/clj-kondo)
- [ ] Migrate to [tools.bbuild](https://github.com/babashka/tools.bbuild)

## Backlog
Expand Down

0 comments on commit e859bcc

Please sign in to comment.