https://github.com/actions-cool/action-js-template
π A simple javascript template for rapid development of GitHub actions.
https://github.com/actions-cool/action-js-template
actions js template
Last synced: 12 months ago
JSON representation
π A simple javascript template for rapid development of GitHub actions.
- Host: GitHub
- URL: https://github.com/actions-cool/action-js-template
- Owner: actions-cool
- License: mit
- Created: 2021-01-22T09:28:00.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-24T05:38:56.000Z (over 3 years ago)
- Last Synced: 2025-05-01T14:44:25.917Z (about 1 year ago)
- Topics: actions, js, template
- Language: JavaScript
- Homepage:
- Size: 26.4 KB
- Stars: 16
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Action JavaScript Template
A simple javascript template for rapid development of GitHub actions.

[](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)