https://github.com/clojurephant/sample-clojurephant-clj-app
Sample project using clojurephant to build a Clojure application.
https://github.com/clojurephant/sample-clojurephant-clj-app
clojure clojurephant gradle
Last synced: 3 months ago
JSON representation
Sample project using clojurephant to build a Clojure application.
- Host: GitHub
- URL: https://github.com/clojurephant/sample-clojurephant-clj-app
- Owner: clojurephant
- Created: 2022-07-18T01:09:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-14T00:08:54.000Z (9 months ago)
- Last Synced: 2025-05-18T18:47:32.944Z (8 months ago)
- Topics: clojure, clojurephant, gradle
- Language: Clojure
- Homepage: https://clojurephant.dev
- Size: 115 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sample-clojurephant-clj-app
Sample project using [clojurephant](https://github.com/clojurephant) to build a Clojure application.
## Usage
Run the project directly:
```
$ ./gradlew runShadow
```
Run the project's tests (they'll fail until you edit them):
```
$ ./gradlew test
```
## More Help
See [Clojurephant's Docs](https://clojurephant.dev).