# generator-github-create

> Yeoman generator for github authentication, create repository, README Badges, local git initialization, and local commit and push.

Latest version **0.5.2** (published 2016-09-13) · ISC license · 0 weekly downloads

## Install

```sh
npm install generator-github-create
pnpm add generator-github-create
yarn add generator-github-create
bun add generator-github-create
```

## 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.5.2 |
| Published | 2016-09-13 |
| First published | 2016-08-30 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=6.4 |
| Dependencies | 9 |
| Known vulnerabilities | 0 (+2 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 3 |
| Author | Andrew Throener |
| Maintainers | modern-mean |
| Keywords | yeoman-generator, scaffold, github, repository, create, create repository, organization, git, authentication, authenticate, badge, badges |

## Links

- npm: https://www.npmjs.com/package/generator-github-create
- Repository: https://github.com/trainerbill/generator-github-create
- Homepage: https://github.com/trainerbill/generator-github-create#readme
- Issues: https://github.com/trainerbill/generator-github-create/issues
- npm.io page: https://npm.io/package/generator-github-create

## Dependencies (9)

- [yosay](https://npm.io/package/yosay.md) ^1.2.0
- [github](https://npm.io/package/github.md) ^3.0.0
- [shelljs](https://npm.io/package/shelljs.md) ^0.7.4
- [winston](https://npm.io/package/winston.md) ^2.2.0
- [lodash.find](https://npm.io/package/lodash.find.md) ^4.6.0
- [lodash.merge](https://npm.io/package/lodash.merge.md) ^4.6.0
- [lodash.defaults](https://npm.io/package/lodash.defaults.md) ^4.2.0
- [yeoman-generator](https://npm.io/package/yeoman-generator.md) ^0.24.1
- [lodash.upperfirst](https://npm.io/package/lodash.upperfirst.md) ^4.3.1

## Alternatives

- [@clerk/clerk-expo](https://npm.io/package/@clerk/clerk-expo.md) — 133.6K weekly downloads
- [@pothos/plugin-authz](https://npm.io/package/@pothos/plugin-authz.md) — 12.4K weekly downloads
- [@bounded-sh/client](https://npm.io/package/@bounded-sh/client.md) — 3.2K weekly downloads
- [@oxyhq/services](https://npm.io/package/@oxyhq/services.md) — 2.3K weekly downloads
- [@luigi-project/plugin-auth-oauth2](https://npm.io/package/@luigi-project/plugin-auth-oauth2.md) — 2.3K weekly downloads

## Recent versions

- 0.5.2 (latest) — 2016-09-13
- 0.5.1 — 2016-09-13
- 0.5.0 — 2016-09-13
- 0.3.6 — 2016-09-09
- 0.3.5 — 2016-09-09
- 0.3.4 — 2016-09-09
- 0.3.3 — 2016-09-09
- 0.3.2 — 2016-09-09
- 0.3.1 — 2016-09-09
- 0.3.0 — 2016-09-09
- 0.2.0 — 2016-09-07
- 0.1.6 — 2016-09-06
- 0.1.5 — 2016-09-06
- 0.1.4 — 2016-09-06
- 0.1.3 — 2016-09-01
- … 5 more at https://npm.io/package/generator-github-create/versions

## README

[![Join the chat at https://gitter.im/trainerbill][gitter-image]][gitter-url]&nbsp;[![npm version][npm-image]][npm-url]&nbsp;[![dependencies Status][david-image]][david-url]&nbsp;[![devDependencies Status][davidDev-image]][davidDev-url]&nbsp;[![Build Status][travis-image]][travis-url]&nbsp;[![Coverage Status][coveralls-image]][coveralls-url]&nbsp;

#generator-github-create
Yeoman generator for github authentication, create repository, README Badges, local git initialization, and local commit and push.

#Installation
```sh
$ npm install -g generator-github-create
```

#Features
* Multiple Github Accounts
* Token Authentication
* 2 Factor authentication (not tested.  Create an issue if it doesn't work)
* Organization Support
* Create remote repository
* Initialize local git
* Commit and push generated project to created repository
* Create README.md
* Create Badges on README.md

#Composability
> Composability is a way to combine smaller parts to make one large thing. Sort of [like Voltron®][voltron]  
> — [Yeoman docs](http://yeoman.io/authoring/composability.html)
You can use the following methods to composeWith

#Sub Generators
* yo github-create:authentication - Authenticate to github
* yo github-create:create - the list user orgs, create github repository, initialize git, push initial commit.
* yo github-create:readme - create readme / add badges

#Usage
To find usage you can run --help on the subgenerators
```sh
yo github-create:authenticate --help
```

#Example
Checkout the these generators to see how they all work together.
* https://github.com/modern-mean/generator-modern-mean/blob/master/src/generators/module/index.es6
* https://github.com/trainerbill/generator-github-create/blob/master/src/generators/app/index.es6


[gitter-image]: https://badges.gitter.im/trainerbill.svg
[gitter-url]: https://gitter.im/trainerbill?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge

[npm-image]: https://badge.fury.io/js/generator-github-create.svg
[npm-url]: https://npmjs.org/package/generator-github-create

[travis-image]: https://travis-ci.org/trainerbill/generator-github-create.svg?branch=master
[travis-url]: https://travis-ci.org/trainerbill/generator-github-create

[david-image]: https://david-dm.org/trainerbill/generator-github-create/status.svg
[david-url]: https://david-dm.org/trainerbill/generator-github-create

[davidDev-image]: https://david-dm.org/trainerbill/generator-github-create/dev-status.svg
[davidDev-url]: https://david-dm.org/trainerbill/generator-github-create?type=dev

[coveralls-image]: https://coveralls.io/repos/github/trainerbill/generator-github-create/badge.svg?branch=master
[coveralls-url]: https://coveralls.io/github/trainerbill/generator-github-create?branch=master

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