什么是 npm-git-install?
使用 git URL 直接从 GitHub 存储库安装 npm 包。从私有存储库、特定分支或尚未在 npm 注册表上的未发布版本安装软件包时使用。 来源:akillness/skills-template。
使用 git URL 直接从 GitHub 存储库安装 npm 包。从私有存储库、特定分支或尚未在 npm 注册表上的未发布版本安装软件包时使用。
通过命令行快速安装 npm-git-install AI 技能到你的开发环境
来源:akillness/skills-template。
Covers how to install npm packages directly from GitHub repositories. Useful for installing packages not in the npm registry, specific branches, or private repositories.
| macOS/Linux | /usr/local/lib/nodemodules/ | /usr/local/bin/ | | Windows | %AppData%\npm\nodemodules\ | %AppData%\npm\ | | nvm (macOS) | /.nvm/versions/node/vX.X.X/lib/nodemodules/ | /.nvm/versions/node/vX.X.X/bin/ |
使用 git URL 直接从 GitHub 存储库安装 npm 包。从私有存储库、特定分支或尚未在 npm 注册表上的未发布版本安装软件包时使用。 来源:akillness/skills-template。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/akillness/skills-template --skill npm-git-install 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/akillness/skills-template --skill npm-git-install使用 git URL 直接从 GitHub 存储库安装 npm 包。从私有存储库、特定分支或尚未在 npm 注册表上的未发布版本安装软件包时使用。 来源:akillness/skills-template。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/akillness/skills-template --skill npm-git-install 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/akillness/skills-template