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
- Host: GitHub
- URL: https://github.com/astrapi69/file-format-transformer
- Owner: astrapi69
- Created: 2023-01-28T18:18:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T11:58:08.000Z (over 1 year ago)
- Last Synced: 2024-05-01T13:32:25.271Z (over 1 year ago)
- Language: Kotlin
- Size: 1.32 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# file-format-transformer

[](https://plugins.jetbrains.com/plugin/com.github.astrapi69.fileformattransformer)
[](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