Files
typescript-action/README.md
T

10 lines
482 B
Markdown
Raw Normal View History

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