From 519c0c0c71cdf7ce3dfc64b9781ab826760b3d94 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 14 Jun 2021 18:33:54 -0400 Subject: Extracted Licentia out of the standard library. --- licentia/commands.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 licentia/commands.md (limited to 'licentia/commands.md') diff --git a/licentia/commands.md b/licentia/commands.md new file mode 100644 index 000000000..58ac36376 --- /dev/null +++ b/licentia/commands.md @@ -0,0 +1,26 @@ +## Build + +``` +## Develop +cd ~/lux/licentia/ \ +&& lein clean \ +&& lein lux auto build +``` + +## Test + +``` +## Develop +cd ~/lux/licentia/ \ +&& lein clean \ +&& lein lux auto test +``` + +## Run + +``` +## Re-generate Lux's license. +cd ~/lux/licentia/ \ +&& java -jar target/program.jar --input ../license.json --output ../license.txt +``` + -- cgit v1.2.3