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