0.1.4 • Published 8 months ago

@hyrious/npm-repo v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

@hyrious/npm-repo

npm repo, but look for corresponding GitHub tags.

Usage

CLI

$ npx @hyrious/npm-repo vite
https://github.com/vitejs/vite/tree/v5.0.12/packages/vite
$                                 # ^^^^^^^ usually 'HEAD'

$ npx @hyrious/npm-repo vite --comapre 5.0.11
$ npx @hyrious/npm-repo vite --comapre 5.0.11...latest
https://github.com/vitejs/vite/compare/v5.0.11...v5.0.12
$                                    # ^^^^^^^ resolves to GitHub tags
$                                             # ^^^^^^ resolves dist tags

You can combine usage with taze to firstly check updates in your local project, then pass into this tool to read the diff on GitHub quickly.

Browser

This package is possible to be bundled for browser.

License

MIT @ hyrious

0.1.4

8 months ago

0.1.3

10 months ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago