Skip to content

Commit

Permalink
Enable the repo sponsor button
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed May 23, 2019
1 parent be5a99a commit 618d796
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
4 changes: 4 additions & 0 deletions .github/funding.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
github: sindresorhus
open_collective: sindresorhus
patreon: sindresorhus
custom: https://sindresorhus.com/donate
15 changes: 2 additions & 13 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,13 @@
A good way to interact with other CLI tools. For example, get the current Git branch with `git branch`.

**Use [Stack Overflow](https://stackoverflow.com/questions/tagged/gruntjs) for support questions.**


## Install

```
$ npm install --save-dev grunt-shell
```

<a href="https://www.patreon.com/sindresorhus">
<img src="https://c5.patreon.com/external/logo/become_a_patron_button@2x.png" width="160">
</a>


## Usage

Expand Down Expand Up @@ -181,7 +175,7 @@ grunt.initConfig({
### command

*Required*<br>
Type: `string` `Function`
Type: `string | Function`

Command to run or a function which returns the command. Supports underscore templates.

Expand Down Expand Up @@ -248,7 +242,7 @@ Execute local binaries by name like [`$ npm run-script`](https://www.keithcirkel

### execOptions

Type: `Object`
Type: `object`

Specify some options to be passed to the [.exec()](https://nodejs.org/api/child_process.html#child_process_child_process_exec_command_options_callback) method:

Expand All @@ -259,8 +253,3 @@ Specify some options to be passed to the [.exec()](https://nodejs.org/api/child_
- `timeout` number *(Default: `0`)*
- `maxBuffer` number *(Default: `1000 * 1000 * 10` → 10 MB)*
- `killSignal` string *(Default: `'SIGTERM'`)*


## License

MIT © [Sindre Sorhus](https://sindresorhus.com)

0 comments on commit 618d796

Please sign in to comment.