aboutsummaryrefslogtreecommitdiff
path: root/licentia/commands.md
blob: 435a2fd5736831ba4461dd1806daff4ea9b334d7 (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
# Build

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

# Test

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

# Run

```
## Re-generate Lux's license.
cd ~/lux/licentia/ \
&& java -jar target/program.jar --input ../license.json --output ../license.txt
```