spences10
v2.0.5
Published
My npm card
Downloads
8
Maintainers
Readme
My npm card
npx spences10
Thanks to Tierney Cyren, and the original repo
Run locally
From the root of the project:
pnpm run build
To create a global link with pnpm, use:
pnpm link --global
This creates a symbolic link to your package in the global pnpm store.
Now you should be able to run your package using:
pnpm dlx spences10
When you're done testing, you can unlink the package:
pnpm unlink --global spences10