CDN Resources for grunt-exec
Various ways to access grunt-exec via Content Delivery Networks
Package Installation
npm
npm install grunt-execyarn
yarn add grunt-execpnpm
pnpm add grunt-execCDN 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>CDN Provider Resources
Learn more about the CDN services used to deliver these packages