JSPM

  • Created
  • Published
  • Downloads 34
  • Score
    100M100P100Q96043F
  • License MIT

Unix like shell module for git.

Package Exports

  • @jswork/ushell-module-git
  • @jswork/ushell-module-git/index.sh

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@jswork/ushell-module-git) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

ushell-module-git

Unix like shell module for git.

installation

npm i -S @jswork/ushell-module-git

dependencies

# git-sweep
npm i -g @jswork/git-sweep

encoding utf-8

install private package:

Git仓库当私有npm 这个方法得益于,npm提供的的丰富安装方法。通过下面方法安装:

npm i -S git+ssh://git@git.showgold.cn:npm/hello.git
npm install -S git+ssh://git@github.com:npm/npm.git#v1.0.27
npm install -S git+ssh://git@github.com:npm/npm#semver:^5.0
npm install -S git+https://isaacs@github.com/npm/npm.git
npm install -S git://github.com/npm/npm.git#v1.0.27