/repo-creator

Simple CLI app to automate GitHub repo initialization

Primary LanguageJavaScript

Remote Github Repository Creator CLI

Getting Started

1. Installation

npm install --global @victoria-lo/repo-create

2. Create a Personal Access Token on Github

Use this token to authenticate yourself when the tool prompts for it.

Visit: https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token

Usage

1. Initializes the tool

repo-create init

2. Deletes stored token

repo-create token

3. Display help

repo-create

Tutorial

To learn how I built this tool, please visit https://lo-victoria.com/automate-github-build-a-cli-app-with-nodejs-1.

Links