Skip to content

Latest commit

 

History

History
50 lines (27 loc) · 716 Bytes

README.md

File metadata and controls

50 lines (27 loc) · 716 Bytes

git-stars-counter

FIXME: my new application.

Installation

Download from https://github.com/netdava/git-stars-counter

Usage

FIXME: explanation

Run the project directly:

$ clojure -M -m netdava.git-stars-counter

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 git-stars-counter.jar

Options

FIXME: listing of options this app accepts.

Examples

...

Bugs

...

Any Other Sections

That You Think

Might be Useful

License

Copyright © 2021 Alin

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.