Package Exports
- @layermint/cli
- @layermint/cli/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@layermint/cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@layermint/cli
CLI for inspecting LayerMint override resolution across a srcRoot baseline and a variantsRoot override tree.
Install
pnpm add -D @layermint/cliCommands
variant check --region us --brand nike --tenant acme --root .
variant graph --import @/features/Header --region us --tenant acme --format mermaid --root .
variant diff --from-region eu --to-region us --root .Notes
- Works with composable selector flags:
--region,--brand,--tenant. - Scans imports from
srcRootand skipsvariantsRootas a source baseline. - Legacy
--variantis still accepted but deprecated.
Docs
- Repository: https://github.com/layermint/layermint-packages