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

https://github.com/astrapi69/file-format-transformer

An idea plugin that can transform provided input files to provided file output formats
https://github.com/astrapi69/file-format-transformer

Last synced: 7 months ago
JSON representation

An idea plugin that can transform provided input files to provided file output formats

Awesome Lists containing this project

README

          

# file-format-transformer

![Build](https://github.com/astrapi69/file-format-transformer/workflows/Build/badge.svg)
[![Version](https://img.shields.io/jetbrains/plugin/v/com.github.astrapi69.fileformattransformer.svg)](https://plugins.jetbrains.com/plugin/com.github.astrapi69.fileformattransformer)
[![Downloads](https://img.shields.io/jetbrains/plugin/d/com.github.astrapi69.fileformattransformer.svg)](https://plugins.jetbrains.com/plugin/com.github.astrapi69.fileformattransformer)

An idea plugin that can transform provided input files to the following output file formats:

* json to yaml
* json to xml
* xml to json
* properties to yaml
* properties to xml
* yaml to properties
* yaml to json

For transform a file to another format use the context menu from the file in the Project View

[Plugin Homepage](https://plugins.jetbrains.com/plugin/20994-file-format-transformer)

## Installation

- Using IDE built-in plugin system:

Settings/Preferences > Plugins > Marketplace > Search for "file-format-transformer" >
Install Plugin

- Manually:

Download the [latest release](https://github.com/astrapi69/file-format-transformer/releases/latest) and install it manually using
Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...

---
Plugin based on the [IntelliJ Platform Plugin Template][template].

[template]: https://github.com/JetBrains/intellij-platform-plugin-template