CDN Resources for gulp-shell
Various ways to access gulp-shell via Content Delivery Networks
Package Installation
npm
npm install gulp-shell
yarn
yarn add gulp-shell
pnpm
pnpm add gulp-shell
CDN 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