CDN Resources for gulp-mocha
Various ways to access gulp-mocha via Content Delivery Networks
Package Installation
npm
npm install gulp-mocha
yarn
yarn add gulp-mocha
pnpm
pnpm add gulp-mocha
CDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/gulp-mocha"></script>
Unpkg
<script src="https://unpkg.com/gulp-mocha"></script>
jsDelivr ESM
<script type="module">
import gulpmocha from 'https://cdn.jsdelivr.net/npm/gulp-mocha/+esm';
</script>
Skypack
<script type="module">
import gulpmocha from 'https://cdn.skypack.dev/gulp-mocha';
</script>
CDN Provider Resources
Learn more about the CDN services used to deliver these packages