https://github.com/chriscarini/example-loc-plugin-config-plugin
An example plugin for configuring https://github.com/ChrisCarini/loc-change-count-detector-jetbrains-plugin via another JetBrains plugin.
https://github.com/chriscarini/example-loc-plugin-config-plugin
intellij intellij-plugin jetbrains jetbrains-ecosystem jetbrains-plugin lines-of-code
Last synced: 7 months ago
JSON representation
An example plugin for configuring https://github.com/ChrisCarini/loc-change-count-detector-jetbrains-plugin via another JetBrains plugin.
- Host: GitHub
- URL: https://github.com/chriscarini/example-loc-plugin-config-plugin
- Owner: ChrisCarini
- License: apache-2.0
- Created: 2022-07-05T22:47:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T17:20:45.000Z (over 1 year ago)
- Last Synced: 2024-04-17T19:15:35.345Z (over 1 year ago)
- Topics: intellij, intellij-plugin, jetbrains, jetbrains-ecosystem, jetbrains-plugin, lines-of-code
- Language: Java
- Homepage: https://jetbrains.chriscarini.com
- Size: 569 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# example-loc-plugin-config-plugin
[](https://github.com/ChrisCarini/example-loc-plugin-config-plugin/blob/main/LICENSE)
[](#contributors)
[](https://github.com/ChrisCarini/example-loc-plugin-config-plugin/actions/workflows/build.yml)
[](https://github.com/ChrisCarini/example-loc-plugin-config-plugin/actions/workflows/compatibility.yml)An example plugin for configuring [ChrisCarini/loc-change-count-detector-jetbrains-plugin](https://github.com/ChrisCarini/loc-change-count-detector-jetbrains-plugin) via another JetBrains plugin (ie, this plugin).
_**Note:** The plugin was created purely as a PoC to be used as a reference._
### Developer Notes
This plugin assumes that you have a local checkout of [ChrisCarini/loc-change-count-detector-jetbrains-plugin](https://github.com/ChrisCarini/loc-change-count-detector-jetbrains-plugin) in a sibling directory to this repository.
```bash
plugins/
├── example-loc-plugin-config-plugin
│ ├── build.gradle.kts
│ ├── ...
│ └── settings.gradle.kts.kts
└── loc-change-count-detector-jetbrains-plugin
├── build.gradle.kts
├── ...
└── settings.gradle.kts.kts
```## Contributors