typescript-action/README.md

10 lines
499 B
Markdown
Raw Normal View History

2019-09-15 22:08:36 +00:00
# Create a JavaScript Action using TypeScript
2019-07-22 18:15:40 +00:00
2019-08-26 13:29:48 +00:00
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.
2019-08-07 19:41:08 +00:00
2019-08-09 18:53:04 +00:00
## Getting Started
2019-09-11 13:48:23 +00:00
See the walkthrough located [here](https://github.com/actions/toolkit/blob/master/docs/typescript-action.md).
2019-08-09 18:53:04 +00:00
In addition to walking your through how to create an action, it also provides strategies for versioning, releasing and referencing your actions.