[go: up one dir, main page]

Skip to content

gidor/cnv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cnv

Conversions between data formats

cnv --help


     _________ _   __  
    / ___/ __ \ | / /  
   / /__/ / / / |/ /   
   \___/_/ /_/|___/    

        Conversions between data formats.

Usage:
  cnv [command]

Available Commands:
  csv2j       Convert csv data to json
  csv2y       Convert csv data to yaml
  help        Help about any command
  j2y         Convert Json to Yaml
  version     Display product version
  y2j         Convert Yaml to Json 

Flags:
      --config string   config file (default is $HOME/.cnv.yaml)
  -h, --help            help for cnv
  -t, --toggle          Help message for toggle

Use "cnv [command] --help" for more information about a command.