Giter VIP home page Giter VIP logo

prop2yml's Introduction

.properties to .yml converter

Converting files by hand is boring. This tool helps to to migrate from .properties to .yml files and and vice versa.

Table of Contents

  1. Python guide
  2. Java guide (COMING SOON)

Python guide

  1. .properties to .yml:

    To convert .properties file to .yml file run:

    python prop2yml.py <source_file_path.properties> <destination_path.yml>

    If the destination path is not specified the converted file will be saved in the current working directory with name: <source_file_name>.yml.

    If the source path is a directory(e.g. python prop2yml.py /path/to/prop/) all .properties files from the subdirectories will be converted recursively.

    By default all source files will be kept. To remove the source files use the -rm options.

  2. .yml to .prop: (COMING SOON) To convert .yml file to .properties file run:

    python yml2prop.py <source_file_path.yml> <destination_path.properties>

    If the destination path is not specified the converted file will be saved in the current working directory with name: <source_file_name>.properties.

Use -h or --help option to show a help message and exit.

Java guide

prop2yml's People

Contributors

dim4o avatar

Forkers

xerzv semjase1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.