Skip to content

srmdn/semvercheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

semvercheck

Paste any npm version range and get a plain English explanation.

semvercheck screenshot

What it does

  • Explains what the range actually allows (^, ~, >=, <, ||, hyphen, x-ranges)
  • Shows the resolved comparator form (e.g. ^1.2.3>=1.2.3 <2.0.0)
  • Displays a sample version grid — which versions match, which don't
  • Shareable URLs (/?range=^1.2.3)

Stack

  • RuntimeBun
  • FrameworkHono with JSX SSR
  • Styling — Tailwind CSS (CDN)
  • Parsingnode-semver

Run locally

bun install
bun run dev

Open http://localhost:3000.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors