macklinu / typescript-library-template

A little TypeScript library template using the tools and config I always set up

Repository from Github https://github.commacklinu/typescript-library-templateRepository from Github https://github.commacklinu/typescript-library-template

@macklinu/typescript-library-template

A little TypeScript library template using the tools and config I always set up

Installation

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

About

A little TypeScript library template using the tools and config I always set up


Languages

Language:TypeScript 63.5%Language:JavaScript 36.5%