An open API service indexing awesome lists of open source software.

https://github.com/enspirit/rescript-execa

ReScript bindings for Execa.js
https://github.com/enspirit/rescript-execa

execa rescript-bindings

Last synced: about 2 months ago
JSON representation

ReScript bindings for Execa.js

Awesome Lists containing this project

README

        

# rescript-execa

[ReScript](https://rescript-lang.org) bindings for [execa](https://github.com/sindresorhus/execa).

# Usage

```reasonml
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]`.