fontist repo
Manage custom font formula repositories.
Subcommands
| Command | Description |
|---|---|
fontist repo setup | Setup a custom repository |
fontist repo update | Update a custom repository |
fontist repo remove | Remove a custom repository |
fontist repo list | List all repositories |
fontist repo info | Show repository information |
repo setup
Setup a custom fontist formula repository.
Syntax
sh
fontist repo setup NAME URLArguments
| Name | Required | Description |
|---|---|---|
NAME | Yes | Local name for the repository |
URL | Yes | Git repository URL |
Examples
sh
# Setup a custom repository
fontist repo setup my-fonts https://github.com/myorg/font-formulas
# Setup from a private repository
fontist repo setup company git@github.com:company/font-formulas.gitrepo update
Update formulas in a custom repository.
Syntax
sh
fontist repo update NAMEArguments
| Name | Required | Description |
|---|---|---|
NAME | Yes | Repository name |
Examples
sh
fontist repo update my-fontsrepo remove
Remove a custom repository.
Syntax
sh
fontist repo remove NAMEArguments
| Name | Required | Description |
|---|---|---|
NAME | Yes | Repository name |
Examples
sh
fontist repo remove my-fontsrepo list
List all configured repositories.
Syntax
sh
fontist repo listExamples
sh
fontist repo listrepo info
Show information about a repository.
Syntax
sh
fontist repo info NAMEArguments
| Name | Required | Description |
|---|---|---|
NAME | Yes | Repository name |
Examples
sh
fontist repo info my-fontsUse Cases
Custom repositories are useful for:
- Private fonts: Host formulas for proprietary fonts
- Organization-specific: Share fonts within an organization
- Testing: Test new formulas before contributing upstream