Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mathnogueira/user-blocklist

checks if user is allowed to do operation
https://github.com/mathnogueira/user-blocklist

Last synced: about 1 month ago
JSON representation

checks if user is allowed to do operation

Awesome Lists containing this project

README

        





Action JavaScript Template



A simple javascript template for rapid development of GitHub actions.

![](https://img.shields.io/github/workflow/status/actions-cool/action-js-template/CI?style=flat-square)
[![](https://img.shields.io/badge/marketplace-action--js--template-blueviolet?style=flat-square)](https://github.com/marketplace/actions/action-js-template)
[![](https://img.shields.io/github/v/release/actions-cool/action-js-template?style=flat-square&color=orange)](https://github.com/actions-cool/action-js-template/releases)

## πŸš€ How to use?

![](https://github.com/actions-cool/resources/blob/main/image/template-js.png?raw=true)

## πŸ“’ 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`

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

![](https://github.com/actions-cool/resources/blob/main/dingding.jpeg?raw=true)

## Changelog

[CHANGELOG](./CHANGELOG.md)

## LICENSE

[MIT](./LICENSE)