glob readme (#296)

This commit is contained in:
eric sciple
2020-01-10 12:00:22 -05:00
committed by GitHub
parent 947ba5b559
commit dd64d8c7c9
2 changed files with 122 additions and 0 deletions

View File

@@ -36,6 +36,15 @@ $ npm install @actions/exec --save
```
<br/>
:ice_cream: [@actions/glob](packages/glob)
Provides functions to search for files matching glob patterns. Read more [here](packages/glob)
```bash
$ npm install @actions/glob --save
```
<br/>
:pencil2: [@actions/io](packages/io)
Provides disk i/o functions like cp, mv, rmRF, find etc. Read more [here](packages/io)