actions-cool / issue-vote

[will do] πŸ“Š Use an issue to vote and see the results.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

[will do] πŸ“Š Use an issue to vote and see the results.

License:MIT License


Languages

Language:TypeScript 65.6%Language:JavaScript 34.4%