# git-u

> Quick git command line

Latest version **1.1.1** (published 2015-06-06) · MIT license · 0 weekly downloads

## Install

```sh
npm install git-u
pnpm add git-u
yarn add git-u
bun add git-u
```

Provides the command `git-u`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.1 |
| Published | 2015-06-06 |
| First published | 2015-06-04 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 4 |
| Author | Hai Do Minh |
| Maintainers | dominhhai |
| Keywords | git, github, clone, short-command |

## Links

- npm: https://www.npmjs.com/package/git-u
- Repository: https://github.com/dominhhai/git-u
- Homepage: https://github.com/dominhhai/git-u#readme
- Issues: https://github.com/dominhhai/git-u/issues
- npm.io page: https://npm.io/package/git-u

## Recent versions

- 1.1.1 (latest) — 2015-06-06
- 1.1.0 — 2015-06-06
- 1.0.1 — 2015-06-04
- 1.0.0 — 2015-06-04

## README

# git-u

Short github command line by auto-building github url.

# Installation

This command will be required the [node.js](http://nodejs.org/) or [io.js](https://iojs.org/en/index.html) environment. So, please install one of them into your computer before installing this command.

```
$ npm install -g git-u
```

# How to use

```
$ git-u [command] owner repository [local]
```

where:

1. `command` is the git's command. Default is `clone`.
2. `owner` is the repository's owner name.
3. `repository` is the repository's name.
4. `local` is the clone local dir. This option is only available with the `clone` command.

`git-u` builds the github's clone url by using your `owner` and `repository` option.

# Examples

1. `git-u dominhhai git-u` runs the `git clone https://github.com/dominhhai/git-u.git` command.
2. `git-u clone dominhhai git-u gitu` runs the `git clone https://github.com/dominhhai/git-u.git gitu` command.
3. `git-u remote add origin dominhhai git-u` runs the `git remote add origin https://github.com/dominhhai/git-u.git` command.

---
_Source: https://npm.io/package/git-u · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
