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