Init your project. Set your standards.
Configs, linters, formatters, git hooks, and tooling setup — in one command.
> initium init python
✓ Detecting project type Python
✓ Generating editor configs
✓ Adding linters and formatters
✓ Setting up Git hooks
✓ All set! Your project is initium-ready.
Works with your stack
Ruby
Python
Node.js
Go
Rust
Bash
Install
From crates.io
cargo install initium-cli
From source
git clone https://github.com/zackkitzmiller/initium.git && cd initium && cargo install --path .