Compare commits
15 commits
master
...
pre-releas
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
77d12579e9 | ||
|
|
04f6758972 | ||
|
|
8dc687f55e | ||
|
|
96960dba42 | ||
|
|
8f48b9e082 | ||
|
|
91a2118b41 | ||
|
|
44bb53f774 |
||
|
|
8fa0f0f7e2 |
||
|
|
069543eac2 |
||
|
|
b78143207f |
||
|
|
085f7a98e8 |
||
|
|
e0eae767de |
||
|
|
eff872cf71 |
||
|
|
25a1521e4c |
||
|
|
5d42cb594b |
1 changed files with 37 additions and 0 deletions
37
hub.yaml
Normal file
37
hub.yaml
Normal file
|
|
@ -0,0 +1,37 @@
|
||||||
|
---
|
||||||
|
document: modulemd
|
||||||
|
version: 2
|
||||||
|
data:
|
||||||
|
summary: A command-line wrapper for git with github shortcuts
|
||||||
|
description: >-
|
||||||
|
hub is a command line tool that wraps `git` in order to extend it with extra
|
||||||
|
features and commands that make working with GitHub easier.
|
||||||
|
|
||||||
|
$ hub clone rtomayko/tilt
|
||||||
|
|
||||||
|
# expands to:
|
||||||
|
$ git clone git://github.com/rtomayko/tilt.git
|
||||||
|
license:
|
||||||
|
module:
|
||||||
|
- MIT
|
||||||
|
dependencies:
|
||||||
|
- buildrequires:
|
||||||
|
platform: []
|
||||||
|
requires:
|
||||||
|
platform: []
|
||||||
|
references:
|
||||||
|
community: https://hub.github.com
|
||||||
|
documentation: https://hub.github.com
|
||||||
|
tracker: https://github.com/github/hub/issues
|
||||||
|
profiles:
|
||||||
|
default:
|
||||||
|
rpms:
|
||||||
|
- hub
|
||||||
|
api:
|
||||||
|
rpms:
|
||||||
|
- hub
|
||||||
|
components:
|
||||||
|
rpms:
|
||||||
|
hub:
|
||||||
|
rationale: A command-line wrapper for git with github shortcuts
|
||||||
|
ref: pre-release
|
||||||
Loading…
Add table
Add a link
Reference in a new issue