Reference for publishing NPM packages
Introduction
A reference for myself. Hence the use of pnpm which I use most of the time. 🤷
1. Initial Setup
# Initialize package
pnpm init
# Set up typescript, tests, etc
pnpm add -D typescript tsup vitest ... etc
# Setup GitHub repo
git init
git a...
tigerabrodi.blog2 min read