Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/serceman/intellij-cloudflare-rules
https://github.com/serceman/intellij-cloudflare-rules
cloudflare cloudflare-rules intellij-plugin
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/serceman/intellij-cloudflare-rules
- Owner: SerCeMan
- License: mit
- Created: 2023-01-30T11:35:32.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-07T08:44:13.000Z (about 2 years ago)
- Last Synced: 2024-10-02T10:42:13.416Z (4 months ago)
- Topics: cloudflare, cloudflare-rules, intellij-plugin
- Language: Kotlin
- Homepage: https://plugins.jetbrains.com/plugin/20980-cloudflare-rules
- Size: 366 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cloudflare Rules plugin for IntelliJ
![build status](https://github.com/SerCeMan/intellij-cloudflare-rules/actions/workflows/gradle.yml/badge.svg)
A simple IntelliJ plugin that makes
editing [Cloudflare Rules](https://developers.cloudflare.com/ruleset-engine/rules-language/) more pleasant.![Screenshot](/screenshots/editing.png?raw=true)
The plugin expects the rules to be placed in files with a `.cfrule` file extension.
## Features
* Syntax highlighting
* Code completion## Supporting the plugin
You can support the development by sponsoring the plugin on Github ❤️, or even simply clicking ★ on GitHub and rating it on the plugin page.
## Reporting an issue
Please attach the screenshot for every issue if possible. It will make the issue much clearer and easier to understand.
## Build
```bash
./gradlew buildPlugin
```## Run
```bash
./gradlew runIde
```## Contribute
Contributions are always welcome!