mirror of
https://gitea.com/Lydanne/pr-extract-issues.git
synced 2025-08-19 10:16:05 +08:00
Initial commit
This commit is contained in:
57
README.md
Normal file
57
README.md
Normal file
@@ -0,0 +1,57 @@
|
||||
<p align="center">
|
||||
<a href="">
|
||||
<img width="140" src="https://avatars.githubusercontent.com/u/73879334?s=200&v=4" />
|
||||
</a>
|
||||
</p>
|
||||
|
||||
<h1 align="center">Action JavaScript Template</h1>
|
||||
<div align="center">
|
||||
A simple javascript template for rapid development of GitHub actions.
|
||||
</div>
|
||||
|
||||

|
||||
[](https://github.com/marketplace/actions/action-js-template)
|
||||
[](https://github.com/actions-cool/action-js-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.js Your code
|
||||
└── action.yml Action config
|
||||
```
|
||||
|
||||
The rest of the documents can be consulted by yourself.
|
||||
|
||||
## 🤖 Command introduction
|
||||
|
||||
| Name | Desc |
|
||||
| -- | -- |
|
||||
| package | action build for release |
|
||||
| format | prettier write |
|
||||
| format-check | prettier check |
|
||||
|
||||
## ⚡ 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-js-template/issues)
|
||||
- Submit [Pull Request](https://github.com/actions-cool/action-js-template/pulls) to improve the code of `action-js-template`
|
||||
|
||||
也欢迎加入 钉钉交流群
|
||||
|
||||

|
||||
|
||||
## Changelog
|
||||
|
||||
[CHANGELOG](./CHANGELOG.md)
|
||||
|
||||
## LICENSE
|
||||
|
||||
[MIT](./LICENSE)
|
Reference in New Issue
Block a user