.flake8
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
.yamllint
LICENSE
MANIFEST.in
mkdocs.yml
mypy.ini
pyproject.toml
tox.ini
.config/requirements-docs.txt
.config/requirements-test.txt
.config/requirements.in
.config/requirements.txt
.github/CODEOWNERS
.github/FUNDING.yml
.github/SECURITY.md
.github/dependabot.yml
.github/release-drafter.yml
.github/workflows/ack.yml
.github/workflows/push.yml
.github/workflows/release.yml
.github/workflows/tox.yml
.vscode/settings.json
docs/README.md
docs/tools.md
docs/images/android-chrome-192x192.png
docs/images/android-chrome-512x512.png
docs/images/apple-touch-icon.png
docs/images/favicon-16x16.png
docs/images/favicon-32x32.png
docs/images/favicon.ico
docs/images/logo.afdesign
docs/images/logo.png
docs/images/logo.svg
docs/images/mk-social-preview.png
docs/stylesheets/extra.css
playbooks/example-playbook.yml
playbooks/test-integration.yml
samples/deep/package.json
samples/integration/ansible-lint.txt
samples/integration/cookiecutter.txt
samples/integration/flask-babel.txt
samples/integration/podman.txt
samples/integration/typeshed.txt
src/mk/__init__.py
src/mk/__main__.py
src/mk/_typer.py
src/mk/_version.py
src/mk/ctx.py
src/mk/exec.py
src/mk/runner.py
src/mk/text.py
src/mk.egg-info/PKG-INFO
src/mk.egg-info/SOURCES.txt
src/mk.egg-info/dependency_links.txt
src/mk.egg-info/entry_points.txt
src/mk.egg-info/requires.txt
src/mk.egg-info/top_level.txt
src/mk/tools/__init__.py
src/mk/tools/ansible.py
src/mk/tools/git.py
src/mk/tools/make.py
src/mk/tools/npm.py
src/mk/tools/pre_commit.py
src/mk/tools/py_package.py
src/mk/tools/pytest.py
src/mk/tools/shell.py
src/mk/tools/tox.py
test/test_cli.py
tools/example-shell.sh