An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          





Action TypeScript Template



A typescript template for rapid development of GitHub actions.

![](https://img.shields.io/github/actions/workflow/status/actions-cool/action-ts-template/test.yml?style=flat-square)
[![](https://img.shields.io/badge/marketplace-action--ts--template-blueviolet?style=flat-square)](https://github.com/marketplace/actions/action-ts-template)
[![](https://img.shields.io/github/v/release/actions-cool/action-ts-template?style=flat-square&color=orange)](https://github.com/actions-cool/action-ts-template/releases)

## πŸš€ How to use?

![](https://github.com/actions-cool/resources/blob/main/image/template.png?raw=true)

## πŸ“’ 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`

也欒迎加ε…₯ 钉钉亀桁羀

![](https://github.com/actions-cool/resources/blob/main/dingding.jpeg?raw=true)

## Changelog

[CHANGELOG](./CHANGELOG.md)

## LICENSE

[MIT](./LICENSE)