FIXME: my new application.
Download from https://github.com/stevenproctor/recpass.
FIXME: explanation
Run the project directly:
$ clojure -m stevenproctor.recpass
Run the project's tests (they'll fail until you edit them):
$ clojure -A:test:runner
Build an uberjar:
$ clojure -A:uberjar
Run that uberjar:
$ java -jar recpass.jar
FIXME: listing of options this app accepts.
...
...
Copyright © 2023 Proctor
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.