Skip to content

Instantly share code, notes, and snippets.

View danburzo's full-sized avatar

Dan Burzo danburzo

View GitHub Profile
@danburzo
danburzo / releasenotes.sh
Created September 18, 2021 22:07
Release notes for npm package
# -------------------------------------------
# List the release notes of any npm package,
# as long as it publishes releases on GitHub.
#
# Usage: releasenotes d3
# -------------------------------------------
function releasenotes() {
URL=$(
npm view $1 repository.url |\
xargs npx parse-github-url |\