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