/starter-ts

Starter template for TypeScript libraries

Primary LanguageTypeScriptMIT LicenseMIT

library-name

npm version npm downloads

A TypeScript starter template for libraries

Try it now!

GitHub Template

Create a new repository from this template

Manual

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

Setup Guide

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

📦 Installation

npm install library-name

📄 License

Published under MIT License.