https://github.com/practicalli/brave-clojure-redux
https://github.com/practicalli/brave-clojure-redux
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/practicalli/brave-clojure-redux
- Owner: practicalli
- Created: 2021-02-22T10:42:32.000Z (almost 5 years ago)
- Default Branch: live
- Last Pushed: 2021-02-28T13:07:58.000Z (almost 5 years ago)
- Last Synced: 2025-06-16T04:33:00.683Z (7 months ago)
- Language: Clojure
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# getting-started
FIXME: my new application.
## Installation
Download from https://github.com/practicalli/getting-started
## Usage
FIXME: explanation
Run the project directly:
$ clojure -M -m practicalli.getting-started
Run the project's tests (they'll fail until you edit them):
$ clojure -M:test:runner
Build an uberjar:
$ clojure -M:uberjar
Run that uberjar:
$ java -jar getting-started.jar
## Options
FIXME: listing of options this app accepts.
## Examples
...
### Bugs
...
### Any Other Sections
### That You Think
### Might be Useful
## License
Copyright © 2021 Practicalli
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.