Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mathnogueira/user-blocklist
- Owner: mathnogueira
- License: mit
- Created: 2022-07-06T20:45:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-07T14:38:23.000Z (over 2 years ago)
- Last Synced: 2024-10-14T13:04:27.508Z (3 months ago)
- Language: JavaScript
- Size: 266 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
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://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)