Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 623 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 623 Bytes

JS library starter kit is a pre-configured TS workspace that enables you stepping directly into your code to convert your idea into js package.

What does it provide?

  1. it provides support for TS and JS if wanted with emitted declaration files.
  2. list of NPM scripts that gives you full control of your package.
  3. Separated app to try your lib with real project.
  4. Full configured webpack file that enable compiler to create three different bundles.

To keep tracking of what had been changed please follow CHANGELOG