rhub

Crates.iorhub
lib.rsrhub
version0.2.0
sourcesrc
created_at2023-09-17 11:24:18.109965
updated_at2023-10-11 08:47:50.761263
descriptionCLI tool that automatically creates github repositories from local folders
homepagehttps://github.com/akhercha/rhub
repositoryhttps://github.com/akhercha/rhub
max_upload_size
id975039
size47,978
akhercha (akhercha)

documentation

README

rhub

Rhub is a CLI tool that automatically creates github repositories from local folders.

Rhub is a CLI for pushing local repositories to Github.

Usage: rhub [OPTIONS] [directory]

Arguments:
  [directory]  The directory to send to Github [default: .]

Options:
  -d, --description <DESCRIPTION>  The description of the repository [default: ]
  -n, --name <NAME>                The name that the repository will take on GitHub [default: ]
  -p, --private                    If present, makes the repository private
  -h, --help                       Print help
  -V, --version                    Print version

Credentials

You must set the GITHUB_TOKEN environment variable to your github token:

export GITHUB_TOKEN=your_token
Commit count: 25

cargo fmt