@juststarting00/minimal-ts-library

1.1.0 • Public • Published

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 <script> 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:

Dependencies (0)

    Dev Dependencies (5)

    Package Sidebar

    Install

    npm i @juststarting00/minimal-ts-library

    Weekly Downloads

    0

    Version

    1.1.0

    License

    ISC

    Unpacked Size

    26.3 kB

    Total Files

    22

    Last publish

    Collaborators

    • juststarting00