# dev-tools **Repository Path**: bb412387/dev-tools ## Basic Information - **Project Name**: dev-tools - **Description**: 常用的开发环境配置,一键配置 - **Primary Language**: PowerShell - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-07-04 - **Last Updated**: 2026-07-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: Powershell, Nodejs, Python ## README **一键配置nvm的npm源地址为淘宝源** ``` irm https://raw.giteeusercontent.com/bb412387/dev-tools/raw/master/set-npm-taobao.ps1 | iex ``` **一键配置Python的pip源地址为清华源** ``` irm https://raw.giteeusercontent.com/bb412387/dev-tools/raw/master/set-pip-tsinghua.ps1 | iex ``` **注意,请使用PowerShell运行**