ml-starter-packs / ml-monorepo

Educational example monorepo demonstrating services managed with pants.
https://ml-starter-packs.github.io/ml-monorepo/
MIT License
0 stars 0 forks source link

MVP (Minimum Viable Pants)

Even though pants provide detailed documentation, it lacks a beginner friendly monorepo where users can interact to explore its key concepts. The goals of this repo are:

Repository Structure

This monorepo represents the products of a video editing services which contains the following packages:

Package Structure

Each package contains three main files:

Configuring Pants

The pants.toml file can be used to alter its behavior.

Interacting with Pants

We have created a Makefile to ease the use of pants:

Extras

We have also provided the functionality to create a single documentation that provides seperate pages for all its repositories.