Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 409 Bytes

File metadata and controls

16 lines (10 loc) · 409 Bytes

rescript-execa

ReScript bindings for execa.

Usage

Execa.commandSync("my command line")

Developers section

First and formost, configure your environment with npm install.

Specific ReScript aliases (clean, build, watch, test...) are defined in the package.json file to be used with npm run [alias].