Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 files

Validation:
* 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