文件名称:npm-git:命令行工具,直接compile & push到git仓库
文件大小:13KB
文件格式:ZIP
更新时间:2024-07-11 00:49:54
JavaScript
npm-git use private git(gitLab,bitbucket,etc) instead of npm use npmgit publish instead of npm publish command line, compile & push to your git repo Install npm install npm-git -g Why? 想实现私有的npm,通常是2种方案: npmjs.com即将推出的: & 可指定有权使用package的用户,也就是你可以npm publish @mycorp/mypkg,而mypkg源码可以放在任何git仓库。 结合GitHub企业版,更完美了。 ,维护比较复杂,不推荐。 而以上2种方案,都还是需要自行管理源码:git仓库,即开发者至少需要2步才能完成1个package的发布: git commit && git pu
【文件预览】:
npm-git-master
----lib()
--------cli.js(3KB)
----README.zh-CN.md(2KB)
----npm-debug.log.f82ed3bf529e4726e8426d75fe168576(18KB)
----.travis.yml(41B)
----LICENSE(1KB)
----README.md(2KB)
----npm-debug.log.d0097a8909d4837fb2a2a3cf66c2d08a(7KB)
----.gitignore(14B)
----bin()
--------npmgit(1KB)
----package.json(678B)