@dashkite/zipline
v0.1.6
Published
A layered topological sorter for local NPM repos. Output parallelizable batches as YAML.
Downloads
15
Readme
Zipline
Generate a topological sort for the repos in a directory
Installation
Use your favorite package installer.
Usage
zipline <path> [--output <file>]<path>: Path to a directory of repos.--output <file>: Write output to file instead of stdout.
Output Format
The output is YAML containing an array of arrays, or layers. Each layer contains the directory names for the corresponding repo.
Each layer may be processed in order. The repos within a layer may be processed in parallel.
