popomore / projj

Manage repository easily.
MIT License
266 stars 40 forks source link

feat: support alias #42

Closed atian25 closed 5 years ago

atian25 commented 5 years ago
$ projj add github://popomore/projj

类似 git 的配置:

[url "git@github.com:"]
    insteadOf = github://
codecov[bot] commented 5 years ago

Codecov Report

Merging #42 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #42   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          12     13    +1     
  Lines         271    283   +12     
=====================================
+ Hits          271    283   +12
Impacted Files Coverage Δ
lib/base_command.js 100% <ø> (ø) :arrow_up:
lib/command/add.js 100% <100%> (ø) :arrow_up:
lib/ssh.js 100% <0%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d0e0c8f...7941ef4. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

Merging #42 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #42   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          12     12           
  Lines         271    279    +8     
=====================================
+ Hits          271    279    +8
Impacted Files Coverage Δ
lib/base_command.js 100% <ø> (ø) :arrow_up:
lib/command/add.js 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d0e0c8f...49f20f5. Read the comment docs.

atian25 commented 5 years ago

@popomore 发个版本?