Show More
Commit Description:
Expand the changelog check and do a little refactoring.
Commit Description:
Expand the changelog check and do a little refactoring.
File last commit:
Show/Diff file:
Action:
README.md
32 lines | 765 B | text/x-minidsrc | MarkdownLexer
Add associated files.
r1 # project-checkup
Add very rudimentary README.
r9 A small tool to make sure all your ducks are in a row in your project.
Add associated files.
r1
## Installation
Various documentation updates.
r18 Download from https://bitbucket.org/alysbrooks/project-checkup/.
Add associated files.
r1
## Usage
Update version.
r16 Run the app in the current working directory:
Add associated files.
r1
Various documentation updates.
r18 $ java -jar project-checkup-0.1.4.jar
Add associated files.
r1
Update documentation.
r24 ## 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`.
Add associated files.
r1 ## License
Add very rudimentary README.
r9 Copyright © 2018 Alys Brooks
Add associated files.
r1
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.