CDN Resources for lerna

Quick access to CDN links for the lerna package

CDN Resources for lerna
Various ways to access lerna via Content Delivery Networks

Package Installation

npm
npm install lerna
yarn
yarn add lerna
pnpm
pnpm add lerna

CDN Links

jsDelivr
<script src="https://fastly.jsdelivr.net/npm/lerna"></script>
Unpkg
<script src="https://unpkg.com/lerna"></script>
jsDelivr ESM
<script type="module">
  import lerna from 'https://cdn.jsdelivr.net/npm/lerna/+esm';
</script>
Skypack
<script type="module">
  import lerna from 'https://cdn.skypack.dev/lerna';
</script>