# dev-tools **Repository Path**: dotions/dev-tools ## Basic Information - **Project Name**: dev-tools - **Description**: No description available - **Primary Language**: Shell - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-13 - **Last Updated**: 2021-10-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dev-tools #### 介绍 这是一个日常的开发者工具包。 主要有以下工具包: | 序号 | 命令 | 功能说明 | |----|------|-----------------------| | 1 | idea | 支持从命令行打开Intellij Idea | | 2 | | | | 3 | | | #### 安装指南 1、idea 命令安装: `curl -L -o /usr/local/bin/idea https://gitee.com/dotions/dev-tools/raw/master/scripts/idea && sudo chmod a+x /usr/local/bin/idea`