CDN Resources for grunt-open

Quick access to CDN links for the grunt-open package

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>