A little TypeScript library template using the tools and config I always set up
pnpx degit macklinu/typescript-library-template [location]
# remove "private": true from package.json to enable publishing to npm
jq 'del(.private)' package.json | sponge package.json