A TypeScript starter template for libraries
Create a new repository from this template
If you prefer to do it manually without the template, you can do the following:
npx degit luxass/starter-ts library-name
cd library-name
pnpm install
Before you start, you need to do the following to setup the project:
- Find and replace all
library-name
with your project name - Update the License
- Update the README.md
- Update the package.json
- Remove the ## Try it now! section
npm install library-name
Published under MIT License.