Skip to content

2.1.0 Monorepo Support

Latest

Choose a tag to compare

@jensens jensens released this 03 Nov 14:29
· 3 commits to main since this release
8242e3b
  • Feature: Add monorepo support with PROJECT_PATH_PYTHON setting.
    Python projects can now be located in subdirectories while keeping the Makefile at the repository root. Includes auto-detection of pyproject.toml in subdirectories on init, --project-path-python CLI flag and preseed file support.
    Useful for monorepos with multiple applications (e.g., frontend + backend).
    See the "Monorepo Support" section in getting-started.md for details.
  • Feature: Add --version (-v) command line flag to display mxmake version.
    [jensens, 02-11-2025]
  • Enhancement: Use tables in the generated sphinx code for topic/domains.
    [jensens, 02-11-2025]