An open API service indexing awesome lists of open source software.

https://github.com/aleksrutins/vala-console

The console formatting functionality extracted from valapkg.
https://github.com/aleksrutins/vala-console

color colors console formatting terminal vala

Last synced: about 2 months ago
JSON representation

The console formatting functionality extracted from valapkg.

Awesome Lists containing this project

README

        

# ValaConsole
## Installation
Add it as a subproject:
```sh
git submodule add https://github.com/aleksrutins/vala-console subprojects/vala-console
```
```meson
subproject('vala-console')
```
And add the dependency:
```meson
dependency('vala-console', ['vala-console', 'vala_console_dep'])
```

## Usage
See `test.vala`. It should be adequately commented.