1
0
mirror of https://github.com/ijaric/voice_assistant.git synced 2025-05-24 14:33:26 +00:00
Go to file Use this template
2023-09-22 21:07:31 +03:00
.github/workflows fix: check pr workflow 2023-09-20 11:29:15 +01:00
.husky init commit 2023-09-16 10:08:12 +01:00
src [#10] fix add field "name" 2023-09-22 21:07:31 +03:00
.editorconfig init commit 2023-09-16 10:08:12 +01:00
.gitignore Renamed Folder & Minor changes 2023-09-16 10:24:53 +01:00
.lintstagedrc.json init commit 2023-09-16 10:08:12 +01:00
.npmrc init commit 2023-09-16 10:08:12 +01:00
.nvmrc init commit 2023-09-16 10:08:12 +01:00
.prettierignore init commit 2023-09-16 10:08:12 +01:00
commitlint.config.js init commit 2023-09-16 10:08:12 +01:00
common_makefile.mk init commit 2023-09-16 10:08:12 +01:00
LICENSE init commit 2023-09-16 10:08:12 +01:00
Makefile init commit 2023-09-16 10:08:12 +01:00
package-lock.json init commit 2023-09-16 10:08:12 +01:00
package.json init commit 2023-09-16 10:08:12 +01:00
README.md init commit 2023-09-16 10:08:12 +01:00

Python Contrib

Python packages mono-repository

Development

Global dependencies

  • node
  • poetry

Makefile commands

Root commands

  • make init - Initialize repository
  • make lint - Lint repository
  • make lint-fix - Auto-fix repository
  • make test - Test repository
  • make clean - Clean up repository
  • make all-init - Init all packages
  • make all-lint - Lint all packages
  • make all-lint-fix - Auto-fix all packages
  • make all-test - Test all packages
  • make all-clean - Clean all packages
  • make all-dependencies-update - Update dependencies in all packages
  • make ci-init - CI-specific version of init command

Common package commands

  • make init - Initialize package
  • make lint - Lint package
  • make lint-fix - Auto-fix package
  • make test - Test package
  • make clean - Clean up package folder
  • make dependencies-update - Update not restricted dependencies
  • PYPI_WRITER_PASSWORD=... make ci-login-pypi-publish - Login to personal pypi with publish rights
  • make ci-test - Test package in CI
  • make ci-package-build - Builds package in CI
  • make ci-package-publish - Publishes package in CI