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
A cli tool that changes script paths in your package.json to local cli binaries
<script type="module">
import bpack from 'https://cdn.skypack.dev/bpack';
</script>
A really simple cli tool to make the scripts you use in your package.json
use the versions contained in ./node_modules/.bin.
Install it globally
npm install -g bpack
Run it in your project directory
bpack
MIT