# yq **Repository Path**: timepang/yq ## Basic Information - **Project Name**: yq - **Description**: 有时需要将json和yaml格式的配置文件进行相互转换,那么在linux的环境下,yq就是一个很好的命令行的工具。也可以提取yaml中的配置,但是相比jq缺少很多功能,一般是转为json后使用jq - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-14 - **Last Updated**: 2024-10-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # yq #### 介绍 有时需要将json和yaml格式的配置文件进行相互转换,那么在linux的环境下,yq就是一个很好的命令行的工具。也可以提取yaml中的配置,但是相比jq缺少很多功能,一般是转为json后使用jq #### 软件架构 软件架构说明 很难受,yum和apt不支持安装yq,为什么呀 #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. wget https://gitee.com/timepang/yq/releases/download/v4.44.3/yq_linux_amd64 -O /usr/local/bin/yq;chmod +x /usr/local/bin/yq 2. wget https://gitee.com/timepang/yq/releases/download/v4.44.3/yq_linux_arm64 -O /usr/local/bin/yq;chmod +x /usr/local/bin/yq