Show More
Commit Commit message Age Author Refs
r36:27c426836a37
Update project to handle dependencies better and bump version to 0.1.6.
r35:36a04b939ac0
Update documentation and TODO.
r34:db7897d30992
Added tag 0.1.5 for changeset b3660666eadd
r33:b3660666eadd
Update README.
r32:30b92d1615f7
Expand the changelog check and do a little refactoring.
r31:ff42990fe527
Refactor.
r30:00e4925d221b
Small tweaks to tests.
r29:4802bab9de85
Refactor and cleanup.
r28:82a5bd5a2ac8
Tweak warning levels and remove .java-version, which was misleading.
r27:22ea26e47d27
Add CHANGELOG check and ensure .taskpaper files are actually counted.
< 1 2 3 4 >

project-checkup

A small tool to make sure all your ducks are in a row in your project.

If you're a relatively new Clojure programmer, you might find this interesting as it's a realistic program but isn't too complicated — there's little code and no extermal dependencies<sup id="fnref:except">1</sup>.

Installation

Download from https://bitbucket.org/alysbrooks/project-checkup/.

Usage

Run the app in the current working directory:

$ java -jar project-checkup-0.1.4.jar

Compiling

Creating the JAR is as simple as doing lein uberjar (you probably want to use
the standalone version).

If you want to create a binary using Graal, download Graal and run the
following:

$ path/to/graal/native-image -jar path/to/jar -H:+ReportUnsupportedElementsAtRuntime --no-server

You can run tests using lein test.

License

Copyright © 2019 Alys Brooks

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


  1. The one exception is test.check, but that's only used for testing.