add init command

This commit is contained in:
Musa 2026-01-12 11:27:11 -08:00
parent 754cb7a091
commit cde1d0f87f
7 changed files with 806 additions and 0 deletions

View file

@ -9,6 +9,7 @@ dependencies = [
"click>=8.1.7,<9.0.0",
"jinja2>=3.1.4,<4.0.0",
"jsonschema>=4.23.0,<5.0.0",
"questionary>=2.1.1,<3.0.0",
"pyyaml>=6.0.2,<7.0.0",
"requests>=2.31.0,<3.0.0",
"rich>=14.2.0",