# go-loader-github

> Go loader for GitHub repositories

Latest version **0.0.4** (published 2018-09-05) · MIT license · 0 weekly downloads

## Install

```sh
npm install go-loader-github
pnpm add go-loader-github
yarn add go-loader-github
bun add go-loader-github
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.4 |
| Published | 2018-09-05 |
| First published | 2018-05-20 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 5 KB |
| Known vulnerabilities | 0 (+2 in 1 direct dependencies) |
| Install scripts | no |
| Author | Stanislav Termosa |
| Maintainers | termosa |
| Keywords | github, template, generator, scaffold, cli, go |

## Links

- npm: https://www.npmjs.com/package/go-loader-github
- npm.io page: https://npm.io/package/go-loader-github

## Dependencies (2)

- [minimist](https://npm.io/package/minimist.md) 1.2.0
- [go-loader-git](https://npm.io/package/go-loader-git.md) 3.0.2

## Alternatives

- [angular-pipes](https://npm.io/package/angular-pipes.md) — 5.6K weekly downloads
- [@ng-web-apis/midi](https://npm.io/package/@ng-web-apis/midi.md) — 2.6K weekly downloads
- [happn-3](https://npm.io/package/happn-3.md) — 1.6K weekly downloads
- [@opensip-cli/lang-go](https://npm.io/package/@opensip-cli/lang-go.md) — 1.2K weekly downloads
- [mongoose-typescript](https://npm.io/package/mongoose-typescript.md) — 85 weekly downloads

## Recent versions

- 0.0.4 (latest) — 2018-09-05
- 0.0.2 — 2018-09-05
- 0.0.1 — 2018-09-05
- 0.0.0 — 2018-05-20

## README

# go-loader-github

[![npm](https://img.shields.io/npm/v/go-loader-github.svg?style=flat-square)](https://www.npmjs.com/package/go-loader-github)
[![Travis](https://img.shields.io/travis/gocli/go-loader-github.svg?style=flat-square)](https://travis-ci.org/gocli/go-loader-github)
[![Coveralls](https://img.shields.io/coveralls/github/gocli/go-loader-github.svg?style=flat-square)](https://coveralls.io/github/gocli/go-loader-github)
[![Vulnerabilities](https://snyk.io/test/github/gocli/go-loader-github/badge.svg?style=flat-square)](https://snyk.io/test/github/gocli/go-loader-github)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-green.svg?style=flat-square)](https://github.com/gocli/go-loader-github)

[Go](https://www.npmjs.com/package/go) loader for Github

## Usage

```bash
$ npm install --global go go-loader-github
$ go github gocli/boilerplate-example
```

## Options

```bash
$ go github <source>[:reference] <destination> [options]
```

- `source` — valid source in a format `username/repository`
- `reference` — git reference to checkout after installation (has priority over `options.checkout`)
- `destination` — folder path to put loaded files (destination folder will be created if it doesn't exist)
- `options`:
  - `--no-install` — do not install boilerplate after loading
  - `--keep-git` (`-k`) — do not remove `.git/` directory after loading repository
  - `--checkout <string>` — git reference (tag, branch, etc) to checkout after repository is loaded
  - `--depth <number>` — truncate history by number of commits
  - `--git <string>` — path to Git binary

## License

MIT © [Stanislav Termosa](https://github.com/termosa)

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