#repository #create #push #cli-tool #cli

app rhub

CLI tool that automatically creates github repositories from local folders

2 unstable releases

0.2.0 Oct 11, 2023
0.1.0 Sep 17, 2023

#1655 in Command line utilities

MIT license

15KB
316 lines

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

Dependencies

~7–21MB
~308K SLoC