Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dgknght committed Jan 14, 2024
1 parent 358f3d5 commit 12f737c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# app-lib
[![Clojure CI](https://github.com/dgknght/app-lib/actions/workflows/clojure.yml/badge.svg)](https://github.com/dgknght/app-lib/actions/workflows/clojure.yml)

A Clojure library designed to ... well, that part is up to you.
All the stuff I use in just about every app I ever make.

## Usage
### Server tests
```bash
lein test
```

### Client tests
```bash
Expand All @@ -11,11 +16,7 @@ npm install -g karma-cli
lein doo once
```

FIXME

## License

Copyright © 2021 FIXME
Copyright © 2021

This program and the accompanying materials are made available under the
terms of the Eclipse Public License 2.0 which is available at
Expand Down

0 comments on commit 12f737c

Please sign in to comment.