https://github.com/graykode/intellij-foundry
https://github.com/graykode/intellij-foundry
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/graykode/intellij-foundry
- Owner: graykode
- License: apache-2.0
- Created: 2023-09-18T11:11:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-19T12:22:27.000Z (almost 3 years ago)
- Last Synced: 2025-03-18T07:43:11.152Z (over 1 year ago)
- Language: Kotlin
- Homepage: https://plugins.jetbrains.com/plugin/22751-foundry
- Size: 4.77 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# intellij-foundry

#### Run [foundry](https://github.com/foundry-rs/foundry) commands within IntelliJ IDEA, simply click the button.

### Development
```shell
# Build gradle project
./gradlew clean && ./gradlew buildPlugin
# Run plugin
./gradlew runIde
```
## Licenses
| Name | Link | License |
|----------------------|----------------------------------------------------|------------|
| intellij-codeceptjs | https://github.com/APshenkin/intellij-codeceptjs | MIT |
| intellij-rust | https://github.com/intellij-rust/intellij-rust | MIT |
| PowerShell | https://github.com/ant-druha/intellij-powershell | Apache 2.0 |