mirror of
https://github.com/ijaric/voice_assistant.git
synced 2025-10-28 21:23:25 +00:00
| .github/workflows | ||
| .husky | ||
| src/fastapi_app | ||
| .editorconfig | ||
| .gitignore | ||
| .lintstagedrc.json | ||
| .npmrc | ||
| .nvmrc | ||
| .prettierignore | ||
| commitlint.config.js | ||
| common_makefile.mk | ||
| LICENSE | ||
| Makefile | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
Python Contrib
Python packages mono-repository
Development
Global dependencies
- node
- poetry
Makefile commands
Root commands
make init- Initialize repositorymake lint- Lint repositorymake lint-fix- Auto-fix repositorymake test- Test repositorymake clean- Clean up repositorymake all-init- Init all packagesmake all-lint- Lint all packagesmake all-lint-fix- Auto-fix all packagesmake all-test- Test all packagesmake all-clean- Clean all packagesmake all-dependencies-update- Update dependencies in all packagesmake ci-init- CI-specific version of init command
Common package commands
make init- Initialize packagemake lint- Lint packagemake lint-fix- Auto-fix packagemake test- Test packagemake clean- Clean up package foldermake dependencies-update- Update not restricted dependenciesPYPI_WRITER_PASSWORD=... make ci-login-pypi-publish- Login to personal pypi with publish rightsmake ci-test- Test package in CImake ci-package-build- Builds package in CImake ci-package-publish- Publishes package in CI