luxass / starter-ts

Starter template for TypeScript libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Starter template for TypeScript libraries

License:MIT License


Languages

Language:TypeScript 82.9%Language:JavaScript 17.1%