README
NPScripts
List and run scripts from your package.json
Without Global Install
npx npscripts
Install Globally
NPM
npm install npscripts --global
Yarn
yarn global add npscripts
Usage
scripts
A simple module to list and run scripts in your package.json
<script type="module">
import npscripts from 'https://cdn.skypack.dev/npscripts';
</script>
List and run scripts from your package.json
npx npscripts
npm install npscripts --global
yarn global add npscripts
scripts