Skip to content

Get started quickly to create your own GitHub Action with TypeScript

License

Notifications You must be signed in to change notification settings

BeeMyDesk/github-action-typescript-template

Repository files navigation

GitHub Action TypeScript template

status

Get started quickly to create your own GitHub Action with TypeScript.

Getting started

  1. Generate your repository from this template.
  2. Clone your repository
  3. Install dependencies: npm i
  4. Happy coding!

Release a version

You can rely on the npm release command. It will automatically bump your version and generate a Git tag:

npm release major
git push && git push --tags

License

MIT License

About

Get started quickly to create your own GitHub Action with TypeScript

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published