Skip to content

Instantly share code, notes, and snippets.

View apteryxxyz's full-sized avatar

Kodie apteryxxyz

View GitHub Profile
# How to consume Github Package private registry with yarn?
Create an .npmrc file in the same location as the package.json with this content.
```
registry=https://registry.yarnpkg.com/
@<username>:registry=https://npm.pkg.github.com
//npm.pkg.github.com/:_authToken=<your auth token>
always-auth=true
@parmentf
parmentf / GitCommitEmoji.md
Last active June 11, 2024 20:06
Git Commit message Emoji