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

feat: -f flag #36

Closed erj826 closed 1 year ago

erj826 commented 1 year ago

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.

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

Type of Change