https://github.com/ericdallo/clojure-idea-plugin-example
Example plugin of IDEA in Clojure
https://github.com/ericdallo/clojure-idea-plugin-example
Last synced: 2 months ago
JSON representation
Example plugin of IDEA in Clojure
- Host: GitHub
- URL: https://github.com/ericdallo/clojure-idea-plugin-example
- Owner: ericdallo
- Created: 2022-11-20T21:03:09.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-20T21:08:49.000Z (about 3 years ago)
- Last Synced: 2024-12-27T22:18:18.889Z (about 1 year ago)
- Language: Clojure
- Size: 3.91 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Building
```clojure
clojure -T:build plugin-jar
```
then on Intellij, choose install plugin from disk on settings.