Skip to content

Latest commit

 

History

History
63 lines (44 loc) · 2.05 KB

README.md

File metadata and controls

63 lines (44 loc) · 2.05 KB

Action TypeScript Template

A typescript template for rapid development of GitHub actions.

🚀 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
  • Submit Pull Request to improve the code of action-ts-template

也欢迎加入 钉钉交流群

Changelog

CHANGELOG

LICENSE

MIT