rscribe

Crates.iorscribe
lib.rsrscribe
version0.1.1
sourcesrc
created_at2023-01-15 03:16:53.033145
updated_at2023-01-15 21:46:01.150822
descriptioncommand line tool for converting between markup languages
homepage
repositoryhttps://github.com/zschaffer/rscribe
max_upload_size
id759190
size20,145
Zane Schaffer (zschaffer)

documentation

README

rscribe

A tool to convert between different notations and markup languages.

Currently supported filetype:

  • JSON
  • YAML
  • TOML

Install

cargo install scribe

Usage

rscribe Cargo.toml Cargo.json
       [ input  ] [ output ]

rscribe -f json Cargo.toml
       [format]

rscribe infers file formats via the extensions on the input and output paths.

Todo

  • explicit format flags
  • batch convert a group of input files all to one output format
Commit count: 6

cargo fmt