Add Bryan's core code

This commit is contained in:
Danny McCormick
2019-05-16 16:40:21 -04:00
parent 1073897ccb
commit 5f66339fde
7 changed files with 321 additions and 0 deletions

11
packages/core/README.md Normal file
View File

@@ -0,0 +1,11 @@
# `@actions/core`
> TODO: description
## Usage
```
const core = require('@actions/core');
// TODO: DEMONSTRATE API
```