A simple zero-setup typescript template for creating maintainable libraries.
-
Create your own repository.
- Choose
ts-lib-template
as the repository template.
OR - Clone this repository and:
rm .git
git init
- Choose
-
In the repo's folder run:
npm i
node init-ts {your-github-username-or-org}/{your-package-name}
-
You're ready to go! Adjust the contents as you see fit.