runemark 0.9.0

Opinionated terminal presentation for Rust command-line tools
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Node.js examples

These examples use the local package build so they can be run from this
repository before npm publication.

```bash
npm --prefix packages/runemark run build
node examples/node/status.cjs
node examples/node/report.cjs
node examples/node/progress.cjs
```

In an application, replace `require('../../packages/runemark')` with
`require('@casoon/runemark')` after installing the package.