Create repository on Github and upload the current folder
- have rust installed
cargo install --locked --git https://github.com/florianfelix/gitini
- get token from Github with repo permissions
- run once or
gitini -t TOKEN
to setup new access token - run
gitini
in folder to create github repo and upload [.gitignore and README.md] - run
gitini -c
to create and upload everything (possible empty gitignore! Danger!)
USAGE:
gitini [OPTIONS]
OPTIONS:
-c, --complete Init, commit and push everything
-h, --help Print help information
-n, --no_browser Do not open the repository in browser
-p, --public Create a public repository
-t, --token <TOKEN> Store the Github API Token
-V, --version Print version information