@reason-native/pastel
v0.3.0
Published
Native Reason ANSI terminal styling with an awesome API
Downloads
150
Readme
@reason-native/pastel
Contains the following libraries and executables:
@reason-native/[email protected]
│
├─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
Developing:
npm install -g esy
git clone <this-repo>
esy install
esy build
Running Binary:
After building the project, you can run the main binary that is produced.
esy x PastelApp.exe
Running Tests:
# Runs the "test" command in `package.json`.
esy test