Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flattifier

A minimal CLI tool for converting JSON to CSV written in Go using:


How to use

1. Clone the repo

git clone https://github.com/anthophobiac/flattifier.git
cd flattifier
go install

2. Run the convert command

flattifier convert -i input.json -o output.csv

Project Structure

flattifier/
├── cmd/                 # Cobra commands
├── internal/converter   # Contains converting logic
├── pkg/logger/          # Logger that uses fatih/color
├── main.go              # Application entrypoint

About

Tiny CLI app written in Go to convert json to csv

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages