react-karma-library-skeleton

my personal skeleton for React library NPM packages with Karma tests

Usage no npm install needed!

<script type="module">
  import reactKarmaLibrarySkeleton from 'https://cdn.skypack.dev/react-karma-library-skeleton';
</script>

README

react-karma-library-skeleton

CircleCI Coverage Status semantic-release Commitizen friendly npm version

This is my personal skeleton for creating a React library npm package with Karma tests. You are welcome to use it.

Quick start

npx 0-60 clone https://github.com/jedwards1211/react-karma-library-skeleton.git

Tools used

  • babel 7
  • mocha
  • chai
  • eslint
  • flow
  • enzyme
  • karma
  • karma-webpack
  • karma-coverage
  • husky
  • semantic-release
  • renovate
  • Circle CI
  • Codecov.io