1.0.1 • Published 1 year ago
@itsy/semver-cli v1.0.1
@itsy/semver-cli
use
npx @itsy/semver-cli --command major 1.0.1--debugcan be specified to output debugging info - useful when handling multiple commands--commandis any single valid method from the semver library- multiple methods can be specified and will run in order
npx @itsy/semver-cli --command coerce --command valid 1.0.1
- multiple methods can be specified and will run in order
- the primary argument can be an array of inputs
- meaning this would work
npx @itsy/semver-cli --command satisfies 1.0.1 1.x
- meaning this would work