Skip to content

booniepepper/yaml2toml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yaml2toml

Convert yaml files to toml files.

$ cat example.yml
here
  - we
  - go

$ yaml2toml example.yml

$ cat example.toml
here = [ "we", "go",]

Install

pip install yaml2toml

Etc

Project: https://github.com/hiljusti/yaml2toml

By: J.R. Hill

License: MIT


Note: This little script is nice for a one-off conversion. Check out yj for a tool with more formats, features, support, etc.

About

Converts yaml files to toml files

Topics

Resources

License

Stars

Watchers

Forks

Languages