> [!column|flex no-title]
>> [!menu-dark-red|ttl-c] [[Obsidian TTRPG Tutorials]]
> [!column|4 no-title]
>> [!menu-green-1|ttl-c] [[Getting Started]]
>
>> [!menu-green-2|ttl-c] [[Plugin Tutorials]]
>
>> [!menu-green-3|ttl-c] [[Community Supported Games]]
>
>> [!menu-green-4|ttl-c] [[Obsidian TTRPG Tutorials/Templates/Templates\|Templates]]
> [!column|3 no-title]
>> [!patreon|ttl-c] [Patreon](https://www.patreon.com/JPlunkett) ([Starter Vault](https://www.patreon.com/posts/obsidian-patreon-96801399))
>
>> [!discord|ttl-c] [Obsidian TTRPG Community Discord](https://discord.gg/CdM9UCJdwU)
>
>> [!discord|ttl-c] [Obsidian Official Discord](https://discord.gg/8AF29UBUCa)
> [!infobox]
> # ttrpg-convert-cli
> ![[TTRPG-Convert-CLI 5e-20240203092033415.webp|cover hsmall]]
>
> Links |
> ---|
> βοΈ[Github Site](https://github.com/ebullient/ttrpg-convert-cli) |
> π[Official Documentation](https://github.com/ebullient/ttrpg-convert-cli/blob/main/README.md)) |
> πΊοΈ[Source Map](https://github.com/ebullient/ttrpg-convert-cli/blob/main/docs/sourceMap.md#source-name-mapping-for-5etools)) |
> π[Support](https://discord.com/channels/925322340995313686/1118630475313975367) π[Raise Issue](https://github.com/ebullient/ttrpg-convert-cli/issues) |
> π΅[Support Ebulient with Coffee](https://www.buymeacoffee.com/ebullient) |
>
This page walks through how to use the CLI tool to bring in Homebrew content (aka 3rd party content).
[Official Homebrew Documentation](https://github.com/ebullient/ttrpg-convert-cli?tab=readme-ov-file#convert-homebrew-json-data)
## Step 1 - Clone the Homebrew Repo
Create a clone of the Homebrew Repo.
- Navigate to your CLI/Bin folder.
- In the Address Bar type ΓMD
- Paste the command below into your Command Prompt.
````
git clone --depth 1 https://github.com/TheGiddyLimit/homebrew
````
Once complete you will have a Homebrew folder that contains the \*.json files that contain the content.
#### Step 2 - Update your Config File
You need to add a Homebrew section to the sources section of your Config File.
````
"sources": {
...
"homebrew": [
"path/to/Benjamin Huffman; Pugilist.json"
]
}
````
> [!NOTE]- Example Config with Homebrew Content
> ![[Pasted image 20250324184400.png]]
#### Step 3 - Run The CLI Per Normal
See [[TTRPG-Convert-CLI 5e#Run The CLI]] for instructions.