Why does this crate exists?

At work, I was looking for a tool to convert a java property file into a yaml formatted property file.

That's being said I am a noob when it comes to rust development. So please be nice 😁

Current state

General

Supported conversions

How to use

convert test.properties file to json

shell procon json test.properties

convert stdout as input for procon, -y flag defines the property format of stdin bytes as json

shell cat test.json | procon -j yaml -

What's coming next

Releases

0.2.5

0.2.4

You want to help