Skip to content

Instantly share code, notes, and snippets.

View denik1981's full-sized avatar
🏠
Working from home

Demian Caldelas denik1981

🏠
Working from home
View GitHub Profile
@denik1981
denik1981 / package.json
Last active September 13, 2022 01:48 — forked from kentcdodds/package.json
setup script for my workshops
{
"name": "workshopasde",
"version": "1.0.0",
"description": "This is the common setup script for most of my workshops",
"bin": "./workshop-setup.js"
}