Skip to content

πŸš€ A typescript template for rapid development of GitHub actions.

License

Notifications You must be signed in to change notification settings

actions-cool/action-ts-template

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

21 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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