xqt

I'm always forgetting which npm scripts I have in my package.json

Usage no npm install needed!

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

README

✳️ xqt

Travis build status npm version code style: prettier

Interactively pick and run a NPM script.

Install

$ npm install --global xqt

Usage

Pick and run a script from the package.json file.

[~/package]$ xqt
? Pick a script …
▸ dev
  test
  build

Same as above, but use yarn instead of npm.

[~/package]$ xqt --yarn
? Pick a script …

Shows xqt help information.

[~/package]$ xqt --help

Shows xqt version.

[~/package]$ xqt --version

License

This project is licensed under the MIT License - see the LICENSE file for details