Native Reason ANSI terminal styling with an awesome API
npm install @reason-native/pastelContains the following libraries and executables:
```
@reason-native/pastel@0.0.0
│
├─test/
│ name: TestPastel.exe
│ main: TestPastel
│ require: pastel.lib
│
├─library/
│ library name: pastel.lib
│ namespace: Pastel
│ require:
│
└─executable/
name: PastelApp.exe
main: PastelApp
require: pastel.lib
``
npm install -g esy
git clone
esy install
esy build
After building the project, you can run the main binary that is produced.
``
esy x PastelApp.exe
`package.jsonRuns the "test" command in
.``
esy test