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