1.1.0 • Published 3 years ago

@juststarting00/minimal-ts-library v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Minimal TypeScript Library

This is a template for a TypeScript library that has the following already properly set up:

  • Library can be consumed in NPM
  • Library can be consumed in an HTML file (load using \ tag)
  • A development JS file that has source maps that points back to the TypeScript files for debugging
  • A production JS file that is minified / uglified
  • Library exposes more than 1 class

This library is an algorithmic library - meaning it's not doing any HTML UI work, just straight algorithmic-like code using JavaScript.

Other things that got accomplished:

It has been a rather frustrating learning experience (for me) to get this far. Links that helped to produce this: