1
0
Fork 0
toolkit/packages/tool-cache
Danny McCormick 71a9b2d3ed
Add tool-cache (#12)
* Add tool-cache

* Format

* Fix linux bug

* Update readme

* Package zip/unzip

* Reorganize

* Format

* unzip somehow got corrupted, fixing

* Resolve remaining todos

* Don't log everything

* Pass error codes

* linting

* Branding and nits

* Fix for mac

* clean up windows/nix logic

* Clean up tests

* Export HTTPError

* Add option for custom 7z tool

* Lint/format

* Dont wipe temp/tool directories
2019-06-06 14:16:48 -04:00
..
__tests__ Add tool-cache (#12) 2019-06-06 14:16:48 -04:00
scripts Add tool-cache (#12) 2019-06-06 14:16:48 -04:00
src Add tool-cache (#12) 2019-06-06 14:16:48 -04:00
README.md Add tool-cache (#12) 2019-06-06 14:16:48 -04:00
package-lock.json Add tool-cache (#12) 2019-06-06 14:16:48 -04:00
package.json Add tool-cache (#12) 2019-06-06 14:16:48 -04:00
tsconfig.json Add tool-cache (#12) 2019-06-06 14:16:48 -04:00

README.md

@actions/tool-cache

Functions necessary for downloading and caching tools.

Usage

See src/tool-cache.ts.