https://github.com/baskeboler/rss-slurper
https://github.com/baskeboler/rss-slurper
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/baskeboler/rss-slurper
- Owner: baskeboler
- License: epl-1.0
- Created: 2020-04-19T23:45:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-04T20:23:13.000Z (over 5 years ago)
- Last Synced: 2025-01-10T01:53:19.200Z (over 1 year ago)
- Language: Clojure
- Size: 38.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# rss-slurper
FIXME: my new application.
## Installation
Download from https://github.com/rss-slurper/rss-slurper.
## Usage
FIXME: explanation
Run the project directly:
$ clojure -m core
Run the project's tests (they'll fail until you edit them):
$ clojure -A:test:runner
Watch the web ui build:
$ clj -A:cljs watch app
Build an uberjar:
$ clojure -A:shadow-cljs release app
$ clojure -A:uberjar
or just run `build.sh`
Run that uberjar:
$ java -jar rss-slurper.jar --help
## Options
FIXME: listing of options this app accepts.
## Examples
...
### Bugs
...
### Any Other Sections
### That You Think
### Might be Useful
## License
Copyright © 2020 Victor
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.