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