Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ethul/purescript-execa
PureScript wrapper for execa
https://github.com/ethul/purescript-execa
Last synced: about 2 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-29T01:19:05.000Z (over 8 years ago)
- Last Synced: 2024-04-09T08:07:52.847Z (9 months ago)
- Language: PureScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- 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.