CDN Resources for command
Various ways to access command via Content Delivery Networks
Package Installation
npm
npm install commandyarn
yarn add commandpnpm
pnpm add commandCDN 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>CDN Provider Resources
Learn more about the CDN services used to deliver these packages