# 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.