Git Product home page Git Product logo

xvert's Introduction

Xvert

Gem Code Climate maintainability Codecov GitHub Workflow Status GitHub

Convert between JSON, YAML, TOML, and various other formats.

Installation

$ gem install xvert

Usage

$ xvert help
Commands:
  xvert --version, -v   # Print Xvert version
  xvert help [COMMAND]  # Describe available commands or one specific command
  xvert jj              # Convert JSON to JSON
  xvert jt              # Convert JSON to TOML
  xvert jx              # Convert JSON to XML
  xvert jy              # Convert JSON to YAML
  xvert tj              # Convert TOML to JSON
  xvert tt              # Convert TOML to TOML
  xvert tx              # Convert TOML to XML
  xvert ty              # Convert TOML to YAML
  xvert xj              # Convert XML to JSON
  xvert xt              # Convert XML to TOML
  xvert xx              # Convert XML to XML
  xvert xy              # Convert XML to YAML
  xvert yj              # Convert YAML to JSON
  xvert yt              # Convert YAML to TOML
  xvert yx              # Convert YAML to XML
  xvert yy              # Convert YAML to YAML

JSON to JSON

$ xvert jj < foo.json

JSON to TOML

$ xvert jt < foo.json

JSON to XML

$ xvert jx < foo.json

JSON to YAML

$ xvert jy < foo.json

TOML to JSON

$ xvert tj < foo.toml

TOML to TOML

$ xvert tt < foo.toml

TOML to XML

$ xvert tx < foo.toml

TOML to YAML

$ xvert ty < foo.toml

XML to JSON

$ xvert xj < foo.xml

XML to TOML

$ xvert xt < foo.xml

XML to XML

$ xvert xx < foo.xml

XML to YAML

$ xvert xy < foo.xml

YAML to JSON

$ xvert yj < foo.yaml

YAML to TOML

$ xvert yt < foo.yaml

YAML to XML

$ xvert yx < foo.yaml

YAML to YAML

$ xvert yy < foo.yaml

License

MIT License

Code of Conduct

CODE_OF_CONDUCT.md

xvert's People

Contributors

koki-develop avatar renovate[bot] avatar

Stargazers

Muhammed Hussein karimi avatar sheepla avatar

Watchers

 avatar  avatar

xvert's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

bundler
Gemfile
  • minitest "~> 5.0"
  • rake "~> 13.0"
  • rubocop "~> 1.21"
  • simplecov "~> 0.22.0"
  • simplecov-cobertura "~> 2.1.0"
github-actions
.github/workflows/main.yml
  • actions/checkout v3
  • ruby/setup-ruby v1
  • codecov/codecov-action v3

  • Check this box to trigger a request for Renovate to run again on this repository

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.