Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anubhavshukla/properties-to-yaml-converter
Java implementation to convert Properties files to Yaml
https://github.com/anubhavshukla/properties-to-yaml-converter
converter java java-8 java-library properties yaml
Last synced: 3 months ago
JSON representation
Java implementation to convert Properties files to Yaml
- Host: GitHub
- URL: https://github.com/anubhavshukla/properties-to-yaml-converter
- Owner: anubhavshukla
- License: mit
- Created: 2018-08-24T17:25:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-18T04:52:11.000Z (about 4 years ago)
- Last Synced: 2024-09-28T23:21:12.132Z (4 months ago)
- Topics: converter, java, java-8, java-library, properties, yaml
- Language: Java
- Homepage:
- Size: 46.9 KB
- Stars: 14
- Watchers: 2
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[Properties to YAML Converter](https://github.com/anubhavshukla/properties-to-yaml-converter)
===This library allows you to convert Properties files into Yaml files. The library can be used through Java code or from command line.
The library can be used to convert a single Properties file to Yaml file or all the Properties files in a directory to a combined Yaml file. For detailed usage see `com.anubhavshukla.p2y.Main` class.
Library usage:
String yaml = PropertiesToYamlConverter.toYamlString(filePath);
Command line usage:
$ java -jar ./dist/properties-to-yaml-converter-.jar -location=