Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 days 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 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-08T02:59:41.000Z (over 2 years ago)
- Last Synced: 2024-11-07T10:20:53.318Z (about 2 months ago)
- Topics: clojure, clojurephant, gradle
- Language: Clojure
- Homepage: https://clojurephant.dev
- Size: 71.3 KB
- Stars: 0
- Watchers: 2
- 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).