@jswork/ushell-module-git
v1.0.32
Published
Unix like shell module for git.
Downloads
96
Maintainers
Readme
ushell-module-git
Unix like shell module for git.
installation
npm i -S @jswork/ushell-module-git
dependencies
# guc
npm i -g @jswork/git-url-cli
# t2k
npm i -g @jswork/topics2keywords
# git-sweep
npm i -g @jswork/git-sweep
encoding utf-8
- http://www.worldhello.net/gotgit/08-git-misc/020-git-charset.html
install private package:
Git仓库当私有npm 这个方法得益于,npm提供的的丰富安装方法。通过下面方法安装:
npm i -S git+ssh://[email protected]:npm/hello.git
npm install -S git+ssh://[email protected]:npm/npm.git#v1.0.27
npm install -S git+ssh://[email protected]:npm/npm#semver:^5.0
npm install -S git+https://[email protected]/npm/npm.git
npm install -S git://github.com/npm/npm.git#v1.0.27