Skip to content

Installation

Prerequisites

Install with uv

uvx pkglink github:hotdog-werx/codeguide

If you need to specify a spefic version, you can do so with:

uvx pkglink github:hotdog-werx/codeguide@vX.Y.Z

Or use a branch or commit:

uvx pkglink github:hotdog-werx/codeguide@[branch-or-commit]

Verify Installation

The above command should create a .codeguide directory in your project with all the configuration files that codeguide provides to keep your project consistent.