bai 1.0.3

Create common files from a large collection of templates
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
usage: bai [options] [/group...] [file...]
       bai /go       create files for a Go project
       bai /gleam                    ...Gleam project
       bai /react                    ...React project
       bai /rust                     ...Rust project
       bai /ts                       ...TypeScript project

  -h, --help          show this help message
  -v, --version       show version information

      --get-config-path              prints the location of bai.toml to stdout
      --set    <key>=<value> [...]   set variables persistently for use in templates
  -d, --define <key>=<value>         define a variable for use in templates

more examples:
       bai -get-config-path
       bai -set github.username=aslilac
       bai LICENSE -define date.year=2024