# qtc **Repository Path**: canopen/qtc ## Basic Information - **Project Name**: qtc - **Description**: qtclass command-line tools命令行工具 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-08 - **Last Updated**: 2021-02-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README - [1. 介绍](#1-介绍) - [2. 环境配置](#2-环境配置) - [2.1. ~/.qtcrc文件配置](#21-qtcrc文件配置) # 1. 介绍 qtc是qtclass的自动化命令工具 # 2. 环境配置 ## 2.1. ~/.qtcrc文件配置 ~/.qtcrc是qtc的配置文件。具体配置信息如下: ``` 创建文件:~/.qtcrc 文件格式: [gitee] token = xxxxxxxx 备注: gitee token密码设置入口:https://gitee.com/profile/personal_access_tokens windows下可以使用git bash作为linux模拟环境 ```