CDN Resources for codeclimate-test-reporter

Quick access to CDN links for the codeclimate-test-reporter package

CDN Resources for codeclimate-test-reporter
Various ways to access codeclimate-test-reporter via Content Delivery Networks

Package Installation

npm
npm install codeclimate-test-reporter
yarn
yarn add codeclimate-test-reporter
pnpm
pnpm add codeclimate-test-reporter

CDN Links

jsDelivr
<script src="https://fastly.jsdelivr.net/npm/codeclimate-test-reporter"></script>
Unpkg
<script src="https://unpkg.com/codeclimate-test-reporter"></script>
jsDelivr ESM
<script type="module">
  import codeclimatetestreporter from 'https://cdn.jsdelivr.net/npm/codeclimate-test-reporter/+esm';
</script>
Skypack
<script type="module">
  import codeclimatetestreporter from 'https://cdn.skypack.dev/codeclimate-test-reporter';
</script>