Skip to content

devoncarew/pkgs

Repository files navigation

package:pkgs

An experimental tool to manage mono-repos.

Usage

Manage Dart packages in a mono-repo.

This command requires a workspace.yaml file to exist. An example of a simple
configuration:

    # Sample workspace.yaml configuration file.
    packages:
      - pkgs/*

Usage: pkgs <command> [arguments]

Global options:
-h, --help    Print this usage information.

Available commands:
  generate   Generate various artifacts and package meta-data.
  list       List the packages that make up this workspace.
  pub-get    Run pub get and pub upgrade for the workspaces packages.

Run "pkgs help <command>" for more information about a command.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages