CDN Resources for grunt-cli

Quick access to CDN links for the grunt-cli package

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

Package Installation

npm
npm install grunt-cli
yarn
yarn add grunt-cli
pnpm
pnpm add grunt-cli

CDN 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>