Skip to content

Instantly share code, notes, and snippets.

View suarezph's full-sized avatar
🎯
Focusing

suarezph suarezph

🎯
Focusing
View GitHub Profile
@kentcdodds
kentcdodds / package.json
Last active April 30, 2024 05:39
setup script for my workshops
{
"name": "workshop-setup",
"version": "1.0.0",
"description": "This is the common setup script for most of my workshops",
"bin": "./setup.js"
}