Started:
- `huak new`
- `huak init`
- `huak install`
- `huak remove`
- `huak fmt`
- `huak lint`
- `huak fmt`
- `huak test`
- `huak help`
- `huak version`
- `huak clean`
- `huak clean-pycache`
- `huak version`
What's Changed
* Rename HUAK_MUTE_SUBCOMMAND to HUAK_MUTE_COMMAND by cnpryer in https://github.com/cnpryer/huak/pull/173
* Start a v0.0.2-alpha.1 for docs by cnpryer in https://github.com/cnpryer/huak/pull/174
* Update docs to include publish and doc in scope by cnpryer in https://github.com/cnpryer/huak/pull/175
* Fix overflow from package install on windows by cnpryer in https://github.com/cnpryer/huak/pull/178
* Use `ruff` by cnpryer in https://github.com/cnpryer/huak/pull/179
* Use `ruff --extend-exclude` by cnpryer in https://github.com/cnpryer/huak/pull/180
* Use constants for wrapped modules by cnpryer in https://github.com/cnpryer/huak/pull/181
* Create CODE_OF_CONDUCT.md by cnpryer in https://github.com/cnpryer/huak/pull/183
* Update BUG_REPORT.md by cnpryer in https://github.com/cnpryer/huak/pull/186
* add ArgRequiredElseHelp to clap settings by dpgraham4401 in https://github.com/cnpryer/huak/pull/189
* Serialize as [[project.authors]] in pyproject.toml by cnpryer in https://github.com/cnpryer/huak/pull/190
* Set Author toml attributes to Options by cnpryer in https://github.com/cnpryer/huak/pull/192
* Bump version to 0.0.3-alpha.1 by cnpryer in https://github.com/cnpryer/huak/pull/193
New Contributors
* dpgraham4401 made their first contribution in https://github.com/cnpryer/huak/pull/189
**Full Changelog**: https://github.com/cnpryer/huak/compare/v0.0.1...v0.0.3-alpha.1