Skip to content

itsyjs/semver-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@itsy/semver-cli

use

npx @itsy/semver-cli --command major 1.0.1
  • --debug can be specified to output debugging info - useful when handling multiple commands
  • --command is 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
  • the primary argument can be an array of inputs
    • meaning this would work npx @itsy/semver-cli --command satisfies 1.0.1 1.x

About

a tiny CLI for working with semver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published