Skip to content

Instantly share code, notes, and snippets.

View Matthew-Hiebing's full-sized avatar

Matthew Hiebing Matthew-Hiebing

View GitHub Profile
@anvaka
anvaka / 00.Intro.md
Last active August 14, 2025 05:51
npm rank

npm rank

This gist is updated daily via cron job and lists stats for npm packages:

  1. Top 1,000 most depended-upon packages
  2. Top 1,000 packages with largest number of dependencies
  3. Top 1,000 packages with highest PageRank score
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active August 21, 2025 22:15
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example