1
0
Fork 0
toolkit/packages/exec
Danny McCormick c5f27c3c1b
Add exec (#10)
* Add exec

* Fix linux tests

* unnecessary dependency

* Dont prefix ExecOptions with I

* Consistency nits

* Respond to feedback

* Add toolrunner explanatory quote

* Format
2019-05-28 15:21:45 -04:00
..
__tests__ Add exec (#10) 2019-05-28 15:21:45 -04:00
src Add exec (#10) 2019-05-28 15:21:45 -04:00
README.md Add exec (#10) 2019-05-28 15:21:45 -04:00
package-lock.json Add exec (#10) 2019-05-28 15:21:45 -04:00
package.json Add exec (#10) 2019-05-28 15:21:45 -04:00
tsconfig.json Add exec (#10) 2019-05-28 15:21:45 -04:00

README.md

@actions/exec

Functions necessary for running tools on the command line

Usage

See src/exec.ts.