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