2.0.5 • Published 1 year ago
spences10 v2.0.5
My npm card
npx spences10Thanks to Tierney Cyren, and the original repo
Run locally
From the root of the project:
pnpm run buildTo create a global link with pnpm, use:
pnpm link --globalThis creates a symbolic link to your package in the global pnpm store.
Now you should be able to run your package using:
pnpm dlx spences10When you're done testing, you can unlink the package:
pnpm unlink --global spences10