Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/intellij-purescript/intellij-purescript
Purescript intellij plugin
https://github.com/intellij-purescript/intellij-purescript
Last synced: 3 months ago
JSON representation
Purescript intellij plugin
- Host: GitHub
- URL: https://github.com/intellij-purescript/intellij-purescript
- Owner: intellij-purescript
- License: bsd-3-clause
- Created: 2017-05-21T16:29:04.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-06-12T08:50:25.000Z (5 months ago)
- Last Synced: 2024-06-12T13:51:44.154Z (5 months ago)
- Language: Kotlin
- Homepage:
- Size: 12.2 MB
- Stars: 46
- Watchers: 6
- Forks: 14
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-purescript - IntelliJ - IntelliJ extension. (IDEs / Deku)
README
# Purescript plugin for the IntelliJ Platform
[![Build Status](https://github.com/intellij-purescript/intellij-purescript/workflows/Gradle%20Check/badge.svg)](https://github.com/intellij-purescript/intellij-purescript/actions)
[![Publish Status](https://github.com/intellij-purescript/intellij-purescript/workflows/Publish/badge.svg)](https://github.com/intellij-purescript/intellij-purescript/actions)
[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)## Introduction video
[![Introduction video](https://img.youtube.com/vi/vgpoF0XV2UM/0.jpg)](https://www.youtube.com/watch?v=vgpoF0XV2UM)
## Community
Visit discord http://purescript.org/chat and join the editors channel to ask for
help or to pair on issues and improve the plugin together,### Dev
1. clone the repo
2. `./gradlew :runIde`
> starts a Intellij instance with the plugin installed-