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