Dan Cojocaru
4 years ago
2 changed files with 12 additions and 0 deletions
@ -1,3 +1,15 @@ |
|||||||
# kennson |
# kennson |
||||||
|
|
||||||
A terminal utility to pretty print JSON. |
A terminal utility to pretty print JSON. |
||||||
|
|
||||||
|
![Screenshot showing kennson pretty printing a JSON file](screenshot.png) |
||||||
|
|
||||||
|
## Build instructions |
||||||
|
|
||||||
|
Make sure you have [Dart](https://dart.dev/get-dart) installed, then run the following: |
||||||
|
|
||||||
|
```bash |
||||||
|
dart compile exe bin/kennson.dart |
||||||
|
``` |
||||||
|
|
||||||
|
The compiled executable will be inside the `bin` folder, named `kennson.exe` (regardless of platform). |
||||||
|
After Width: | Height: | Size: 110 KiB |
Loading…
Reference in new issue