xrun

Alternative scripts runner for npm

Usage no npm install needed!

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

README

xrun

Build Status NPM Version

Alternative scripts runner for npm

Features

  • pass arguments direct to script (without --)
  • working with npm pre and post scripts
  • working with npm config variables

Install

$ npm i xrun --save-dev

Usage

Just run

$ xrun [script name] [args]

License

The MIT License