Skip to content

Files

Latest commit

b24a9bd · Aug 30, 2022

History

History
9 lines (6 loc) · 412 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 412 Bytes

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.