wayfair / one-version

Implementation of Google’s One Version Rule for JS monorepos
https://www.npmjs.com/package/@wayfair/one-version
MIT License
24 stars 4 forks source link

[wip] feat: support -f flag #35

Closed erj826 closed 1 year ago

erj826 commented 1 year ago

todo: write tests

Description

Add a -f --file option to the one-version check command where we can pass an arbitrary (local) file path to check for one-version compatibility.

Also bumps the repo to use yarn 3.

Resolves https://github.com/wayfair/one-version/issues/31

Type of Change