README
pkgvers
Simple one-liner grep for package versions in current dir.
Install with npm install -g pkgvers
.
Change to directory with a bunch of Node packages in subdirectories. Run pkgvers
.
Lists package versions for local packages in subfolders
<script type="module">
import pkgvers from 'https://cdn.skypack.dev/pkgvers';
</script>
Simple one-liner grep for package versions in current dir.
Install with npm install -g pkgvers
.
Change to directory with a bunch of Node packages in subdirectories. Run pkgvers
.