UNPKG

synopkg

Version:

Consistent dependency versions in large JavaScript Monorepos

14 lines (11 loc) 270 B
import { Code } from "astro:components"; Change the order in which dependencies are displayed <Code code={` # Sort by count, in descending order synopkg ${props.command} --sort count # Sort A-Z by name synopkg ${props.command} --sort name `.trim()} lang="bash" />