quack-gh

Crates.ioquack-gh
lib.rsquack-gh
version0.1.3
sourcesrc
created_at2023-10-19 21:07:46.524412
updated_at2023-10-20 16:16:36.805626
descriptionA super easy way to create new GitHub repos and link them to your local repo.
homepagehttps://github.com/cameronspears/quack
repositoryhttps://github.com/cameronspears/quack
max_upload_size
id1008386
size53,900
Cameron Spears (cameronspears)

documentation

README

Quack 🦆

Quack is a command-line tool designed to streamline your GitHub experience. It automates several routine tasks like:

  • Checking if GitHub CLI is installed and installing it if necessary
  • Authenticating you with GitHub
  • Creating a new GitHub repository
  • Linking the new repository to your local Git repository

Prerequisites

Installation

Install Quack via Cargo:

cargo install quack-gh

Usage

Run Quack in your terminal:

quack

Follow the interactive prompts to automate your GitHub workflow.

Screenshot 2023-10-20 at 11 02 55 AM
Commit count: 16

cargo fmt