Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cedricziel/idea-concourse
Concourse CI support for IntelliJ based IDEs
https://github.com/cedricziel/idea-concourse
concourse-ci intellij-plugin
Last synced: 4 days ago
JSON representation
Concourse CI support for IntelliJ based IDEs
- Host: GitHub
- URL: https://github.com/cedricziel/idea-concourse
- Owner: cedricziel
- Created: 2020-12-10T10:44:58.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-10T23:26:31.000Z (26 days ago)
- Last Synced: 2024-10-24T00:08:08.522Z (13 days ago)
- Topics: concourse-ci, intellij-plugin
- Language: Kotlin
- Homepage: https://plugins.jetbrains.com/plugin/15565-concourse-ci-support
- Size: 496 KB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# ConcourseCI Support for IntelliJ
![Build](https://github.com/cedricziel/idea-concourse/workflows/Build/badge.svg)
[![Version](https://img.shields.io/jetbrains/plugin/v/15565-concourse-ci-support.svg)](https://plugins.jetbrains.com/plugin/15565-concourse-ci-support)
[![Downloads](https://img.shields.io/jetbrains/plugin/d/15565-concourse-ci-support.svg)](https://plugins.jetbrains.com/plugin/15565-concourse-ci-support)## What does it do
This plugin integrates knowledge about ConcourseCI pipeline files in IntelliJ based IDEs.
Structure:
* the plugin provides a JSON schema to the IDE to provide stable autocompletion
and validation for keys in both pipelines and task filesValidation:
* the plugin provides some inspections to avoid referencing invalid data## Installation
- Using IDE built-in plugin system:
Preferences > Plugins > Marketplace > Search for "idea-concourse" >
Install Plugin
- Manually:Download the [latest release](https://github.com/cedricziel/idea-concourse/releases/latest) and install it manually using
Preferences > Plugins > ⚙️ > Install plugin from disk...---
Plugin based on the [IntelliJ Platform Plugin Template][template].[template]: https://github.com/JetBrains/intellij-platform-plugin-template
## License
MIT