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