https://github.com/actions-cool/action-ts-template
π A typescript template for rapid development of GitHub actions.
https://github.com/actions-cool/action-ts-template
action actions template ts
Last synced: about 1 year ago
JSON representation
π A typescript template for rapid development of GitHub actions.
- Host: GitHub
- URL: https://github.com/actions-cool/action-ts-template
- Owner: actions-cool
- License: mit
- Created: 2021-01-22T02:37:02.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-24T05:40:50.000Z (over 3 years ago)
- Last Synced: 2024-10-15T16:01:50.270Z (over 1 year ago)
- Topics: action, actions, template, ts
- Language: JavaScript
- Homepage:
- Size: 166 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Action TypeScript Template
A typescript template for rapid development of GitHub actions.

[](https://github.com/marketplace/actions/action-ts-template)
[](https://github.com/actions-cool/action-ts-template/releases)
## π How to use?

## π Catalog Introduction
```
βββ .github/workflows/ The CI for make sure it is packaged correctly
βββ dist Package the generated Aciton execution code
βββ src Component home directory
β βββ main.ts Your code
βββ .eslintrc.js Eslint config
βββ .prettierrc.js Prettier config
βββ action.yml Action config
βββ tsconfig.json TypeScript config
```
The rest of the documents can be consulted by yourself.
## π€ Command introduction
| Name | Desc |
| -- | -- |
| build | ts build |
| format | prettier write |
| lint | eslint check |
| package | action build for release |
| all | npm all |
## β‘ Feedback
You are very welcome to try it out and put forward your comments. You can use the following methods:
- Report bugs or consult with [Issue](https://github.com/actions-cool/action-ts-template/issues)
- Submit [Pull Request](https://github.com/actions-cool/action-ts-template/pulls) to improve the code of `action-ts-template`
δΉζ¬’θΏε ε
₯ ιιδΊ€ζ΅ηΎ€

## Changelog
[CHANGELOG](./CHANGELOG.md)
## LICENSE
[MIT](./LICENSE)