CDN Resources for command

Quick access to CDN links for the command package

CDN Resources for command
Various ways to access command via Content Delivery Networks

Package Installation

npm
npm install command
yarn
yarn add command
pnpm
pnpm add command

CDN Links

jsDelivr
<script src="https://fastly.jsdelivr.net/npm/command"></script>
Unpkg
<script src="https://unpkg.com/command"></script>
jsDelivr ESM
<script type="module">
  import command from 'https://cdn.jsdelivr.net/npm/command/+esm';
</script>
Skypack
<script type="module">
  import command from 'https://cdn.skypack.dev/command';
</script>