https://github.com/ethul/purescript-execa
PureScript wrapper for execa
https://github.com/ethul/purescript-execa
Last synced: 4 months ago
JSON representation
PureScript wrapper for execa
- Host: GitHub
- URL: https://github.com/ethul/purescript-execa
- Owner: ethul
- License: mit
- Created: 2016-05-29T01:17:48.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-29T01:19:05.000Z (about 10 years ago)
- Last Synced: 2026-02-05T09:36:19.188Z (5 months ago)
- Language: PureScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# purescript-execa
Wrapper for [execa](https://github.com/sindresorhus/execa).
## Installation
```bash
bower install --save purescript-execa
```
## Dependencies
Requires the [execa](https://github.com/sindresorhus/execa) module at a
version greater than or equal to commit [execa@98a647a](https://github.com/sindresorhus/execa/tree/98a647acc90a2358f2264856af4ede410bc429f4).
The [package.json](https://github.com/ethul/purescript-execa/blob/master/package.json#L12) provides the dependency this wrapper was tested on.