Crates.io | rhub |
lib.rs | rhub |
version | 0.2.0 |
source | src |
created_at | 2023-09-17 11:24:18.109965 |
updated_at | 2023-10-11 08:47:50.761263 |
description | CLI tool that automatically creates github repositories from local folders |
homepage | https://github.com/akhercha/rhub |
repository | https://github.com/akhercha/rhub |
max_upload_size | |
id | 975039 |
size | 47,978 |
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
You must set the GITHUB_TOKEN environment variable to your github token:
export GITHUB_TOKEN=your_token