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