Skip to content

Commit

Permalink
Merge f076a51 into ed87275
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Jun 17, 2019
2 parents ed87275 + f076a51 commit e32bbfc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "execa",
"version": "1.0.0",
"description": "A better `child_process`",
"description": "Process execution for humans",
"license": "MIT",
"repository": "sindresorhus/execa",
"author": {
Expand Down
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@

[![Build Status](https://travis-ci.org/sindresorhus/execa.svg?branch=master)](https://travis-ci.org/sindresorhus/execa) [![Coverage Status](https://coveralls.io/repos/github/sindresorhus/execa/badge.svg?branch=master)](https://coveralls.io/github/sindresorhus/execa?branch=master)

> A better [`child_process`](https://nodejs.org/api/child_process.html)
> Process execution for humans

## Why

This improves [`child_process`](https://nodejs.org/api/child_process.html) methods with:

- Promise interface.
- [Strips the final newline](#stripfinalnewline) from the output so you don't have to do `stdout.trim()`.
- Supports [shebang](https://en.wikipedia.org/wiki/Shebang_(Unix)) binaries cross-platform.
Expand Down

0 comments on commit e32bbfc

Please sign in to comment.