Skip to content
Michael Schwartz edited this page Jul 20, 2021 · 6 revisions

Welcome to the dart-mt wiki!

This is the home of mt ("monorepo tool"), a program for working with monorepos in Dart.

 mt help

mt by Modus Create
==================

A tool to manage Dart monorepos

Usage: mt <command> [arguments]

Global options:
-h, --help            Print this usage information.
    --mode            [debug (default), release]
-v, --[no-]verbose    Print verbose logging
-d, --[no-]dry-run    Do not update files

Available commands:
  bump        bump version numbers
  get         Run pub get on directory or directories
  install     Install project as program
  uninstall   Uninstall project as program

Run "mt help <command>" for more information about a command.
Clone this wiki locally