karma-typescript-library-starter

Simple library starter with karma and typescript pre configured

Usage no npm install needed!

<script type="module">
  import karmaTypescriptLibraryStarter from 'https://cdn.skypack.dev/karma-typescript-library-starter';
</script>

README

karma-typecript-library-starter

It's a minimal starter project to create browser or node library modules in typescript, test them using karma and jasmine on chrome.

USAGE

  • git clone https://github.com/harunurhan/karma-typescript-library-starter.git <project-name>
  • git remote set-url origin https://github.com/<user>/<project-name>.git
  • Edit package.json (name, version, description etc.)
  • Edit deploy section of .travis.yml
  • Start developing
  • [git remote add starter https://github.com/harunurhan/karma-typescript-library-starter.git] (only to fetch upgrades)