@reason-native/pastel

v0.3.0
Native Reason ANSI terminal styling with an awesome API
color colour colors terminal console cli string str ansi and 20 more...

@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
npm i @reason-native/pastel

Metadata

  • MIT
  • Whatever
  • Facebook Engineering
  • released 1/24/2020

Downloads