aboutsummaryrefslogtreecommitdiff
path: root/licentia/commands.md
blob: 58f3cf09bfe6785e3ec2fe94f159205fa7e96721 (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
31
32
33
## Build

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

cd ~/lux/licentia/ \
&& lux clean \
&& time lux build

cd ~/lux/licentia/ \
&& time lux test
```

## 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
```