Initial commit

This commit is contained in:
David Anthoff
2019-09-14 20:52:51 -07:00
commit 3259d7ae88
12 changed files with 5567 additions and 0 deletions

9
README.md Normal file
View File

@@ -0,0 +1,9 @@
# JavaScript Action Template
This template offers an easy way to get started writing a JavaScript action with TypeScript compile time support, unit testing with Jest and using the GitHub Actions Toolkit.
## Getting Started
See the walkthrough located [here](https://github.com/actions/toolkit/blob/master/docs/typescript-action.md).
In addition to walking your through how to create an action, it also provides strategies for versioning, releasing and referencing your actions.