multipack
multipack copied to clipboard
A tool for monorepo management. Link local packages and execute commands in topological order.
The command `multipack pubspec override` should sort dependencies after overriding it. This is causing the CI of `gql` packages to fail. example: Original pubspec.yaml ``` name: gql_http_link version: 0.4.2 description:...
Hey 👋 I came across multipack today whilst searching on pub.dev for monorepo tools. This is purely speculation, but I thought it might be worth at least discussing if you'd...
Thanks for the tool! I was reading through the Future plans sections and saw the following ``` multipack test multipack test --coverage multipack build multipack clean ``` What are the...
currently, I get the following error ``` Unhandled exception: NoSuchMethodError: The getter 'reversed' was called on null. Receiver: null Tried calling: reversed #0 Object.noSuchMethod (dart:core-patch/object_patch.dart:53:5) #1 main (file:///Users/smkhalsa/.pub-cache/hosted/pub.dartlang.org/multipack-0.1.3/bin/multipack.dart:10:69) #2 _startIsolate....
As I've mentioned elsewhere, I cannot use multipack at all locally. This makes troubleshooting `gql`'s CI a nightmare. https://github.com/gql-dart/gql/pull/114#issuecomment-643661663