Skip to content

Latest commit

 

History

History
66 lines (37 loc) · 1.02 KB

README.md

File metadata and controls

66 lines (37 loc) · 1.02 KB

ieprader

FIXME: my new application.

Installation

Download from https://github.com/pradesigner/ieprader

Usage

FIXME: explanation

Run the project directly, via :exec-fn:

$ clojure -X:run-x
Hello, Clojure!

Run the project, overriding the name to be greeted:

$ clojure -X:run-x :name '"Someone"'
Hello, Someone!

Run the project directly, via :main-opts (-m pradesigner.ieprader):

$ clojure -M:run-m
Hello, World!

Run the project, overriding the name to be greeted:

$ clojure -M:run-m Via-Main
Hello, Via-Main!

Run the project's tests (they'll fail until you edit them):

$ clojure -M:test:runner

Build an uberjar:

$ clojure -X:uberjar

Run that uberjar:

$ java -jar ieprader.jar

Options

FIXME: listing of options this app accepts.

Examples

...

Bugs

...

Any Other Sections

That You Think

Might be Useful

License

Copyright © 2021 Pradmin

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