monorepo-template/ ├── .github/ # GitHub workflows and templates │ ├── workflows/ │ │ ├── ci.yml # Continuous integration pipeline │ │ ├── release.yml # Release automation │ │ └── pr-checks.yml # Pull ...
template-factory is a package you install to help you scaffold a template application. It provides a consistent way to structure your CLI application as well as helpful features such as file ...