CDN Resources for grunt-exec

Quick access to CDN links for the grunt-exec package

CDN Resources for grunt-exec
Various ways to access grunt-exec via Content Delivery Networks

Package Installation

npm
npm install grunt-exec
yarn
yarn add grunt-exec
pnpm
pnpm add grunt-exec

CDN Links

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