typescript-action/README.md

10 lines
478 B
Markdown
Raw Normal View History

2019-08-09 18:53:04 +00:00
# JavaScript Action Template
2019-07-22 18:15:40 +00:00
2019-08-09 18:53:04 +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
See the walkthrough located [here](https://github.com/actions/toolkit/blob/master/docs/node12-action.md).
In addition to walking your through how to create an action, it also provides strategies for versioning, releasing and referencing your actions.