init
Command to initialize a new library. This command creates a new library with the name provided by the --name option in the current directory (with default name references). The library will have the following structure:
./
├── .bibman.toml
└── references/
Usage
bibman init [OPTIONS] 
Options
--nameThe name of the library. Default isreferences.--git/--no-gitInitialize a git repository in the library. Default is--no-git.--locationThe location where the library and the.bibman.tomlfile will be created. Default is the current directory (.).