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
- Host: GitHub
- URL: https://github.com/enspirit/rescript-execa
- Owner: enspirit
- Created: 2019-10-24T14:15:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T06:02:46.000Z (about 2 years ago)
- Last Synced: 2024-04-25T23:44:18.841Z (about 1 year ago)
- Topics: execa, rescript-bindings
- Language: ReScript
- Homepage:
- Size: 729 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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]`.