gh-PonyM / flows-cli-builder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flows-cli-builder

Release Build status codecov Commit activity License

Cli prompting tool for nested pydantic models

Installation from git

Install package from git:

# Using poetry
poetry add git+https://github.com/DadaDaMotha/flows-cli-builder.git#main

Development

Install the environment and the pre-commit hooks with

make install

Run make to see all the options.

Releasing a new version

Check release:

bumpversion <major,minor,patch> --dry-run --allow-dirty --verbose

Then push the changes:

git push && git push --tags

About

License:MIT License


Languages

Language:Makefile 77.7%Language:Python 22.3%