alinnert / npm-ts-library

Project template for a TypeScript library that can be deployed to npm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm library package

This is a very minimal project template for library code that can be deployed to npm. It's based on esbuild and TypeScript.

Usage

  • Clone or fork this repository, or create a new repository using this as a template.
  • Build your code using npm run build.
  • You can deploy your package any way you want.

About

Project template for a TypeScript library that can be deployed to npm.

License:MIT License


Languages

Language:JavaScript 89.9%Language:TypeScript 10.1%