0.3.1 • Published 6 years ago
xqt v0.3.1
✳️ xqt
Interactively pick and run a NPM script.
Install
$ npm install --global xqtUsage
Pick and run a script from the package.json file.
[~/package]$ xqt
? Pick a script …
▸ dev
test
buildSame as above, but use yarn instead of npm.
[~/package]$ xqt --yarn
? Pick a script …Shows xqt help information.
[~/package]$ xqt --helpShows xqt version.
[~/package]$ xqt --versionLicense
This project is licensed under the MIT License - see the LICENSE file for details