aboutsummaryrefslogtreecommitdiff
path: root/licentia/commands.md
blob: 6671f43be1ba0533e75f58f13bc23184cfe503ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
## Build

```
## Develop
cd ~/lux/licentia/ \
&& lein clean \
&& lein lux auto build

cd ~/lux/licentia/ \
&& lux clean \
&& time lux 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
```