# README
YAML to JSON Converter CLI
Overview
This is a command-line tool built in Go using the spf13 Cobra framework to convert YAML files to JSON format.
Features
- Converts YAML files to JSON
- Supports conversion of single files
Installation
-
Make sure you have Go installed on your system. If not, you can download and install it from here.
-
Clone this repository:
git clone [email protected]:manik23/YAML2JSON.git
-
Change to the directory of the cloned repository:
cd YAML2JSON
-
Build the CLI tool:
make build
-
Move the built binary to your $PATH to make it accessible system-wide:
sudo mv yamlToJson /usr/local/bin/
Usage
yamlToJson parse --path pod.yaml --o output.json
Contributing
Contributions are welcome! If you find any bugs or have suggestions for improvements, please feel free to open an issue or submit a pull request.
# Packages
Copyright © 2024 [email protected]
*/.