create-rust-github-repo 0.6.3

`create-rust-github-repo` is a CLI program that creates a new repository on GitHub, clones it locally, initializes a Rust project, copies the configs from a pre-existing directory.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "fmt": {
    "lineWidth": 100500,
    "semiColons": false
  },
  "compilerOptions": {
    "strict": true,
    "noErrorTruncation": true,
    "exactOptionalPropertyTypes": true,
    "noFallthroughCasesInSwitch": true,
    "noUncheckedIndexedAccess": true
  }
}