bpack

A cli tool that changes script paths in your package.json to local cli binaries

Usage no npm install needed!

<script type="module">
  import bpack from 'https://cdn.skypack.dev/bpack';
</script>

README

bpack

A really simple cli tool to make the scripts you use in your package.json use the versions contained in ./node_modules/.bin.

Usage

Install it globally

npm install -g bpack

Run it in your project directory

bpack

License

MIT