blob: 8e87e71fc36968821e62f6c7e1b2acccfdf019f6 (
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
|
# Map for Linux
A wardley mapping tool: Write some text, get a diagram
## Building
Run `make build`
## Testing
Run `make test`
## Formatting and Linting
* To format: `make format`
* To lint: `make lint`
## Disributing
Not yet complete. The current `make distribute` will make a deb and rpm, but is
missing desktop files and potentially more desktop friendly distributions like
flatpak.
## The wmap language
Learn more about the language at [map.tranquil.systems][map].
[map]: https://map.tranquil.systems/wmap-language
|