visiky / action-js-template

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Action JavaScript Template

A simple javascript 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.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
  • Submit Pull Request to improve the code of action-js-template

也欒迎加ε…₯ 钉钉亀桁羀

Changelog

CHANGELOG

LICENSE

MIT

About

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

License:MIT License


Languages

Language:JavaScript 100.0%