Sha256: d1d0967ceb8e947a8ff580bb78b67db8c8b6da27d1f12fdd3b9d34a4f828badf

Contents?: true

Size: 656 Bytes

Versions: 5

Compression:

Stored size: 656 Bytes

Contents

# Learn Create

This gem is designed to aid in the creation of learn lessons.

## Installation

Before using `learn_create`, you must install `hub`, GitHub's extended CLI API.

```sh
    $ brew install hub
```

Once `hub` is installed, you when it is first run, it will require your GitHub
credentials. Install the `learn_create` gem:

```sh
    $ gem install learn_create
```

## Usage

To create a new learn repository, navigate to the folder where you'd like your
repo to be created locally. Type:

```sh
learn_create
```

Follow the command line prompts for setting up and naming your repository. The
repo will be created locally and pushed to GitHub.

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
learn_create-0.0.9 README.md
learn_create-0.0.8 README.md
learn_create-0.0.7 README.md
learn_create-0.0.6 README.md
learn_create-0.0.5 README.md