task4_interative
v1.5.0
Published
Run your npm scripts with the help of an interactive dialog
Readme
npm-run-interactive
Find and run Taskfile tasks in an interactive way.

Installation
npm i npm-run-interactive -gUsage
Navigate in your project's directory and run task4.
- Requires a Taskfile (
Taskfile.ymlorTaskfile.yaml) and thetaskCLI. - If no Taskfile is found or no tasks are detected,
task4exits with an error.
Navigation
Cycle through the scripts with the up/down arrows or tab/shift+tab.
Filtering
Filter the scripts by typing in the prompt, your input will be searched in script names and values.
Non-interactive mode
Skip the prompt and just view your tasks in JSON format by redirecting output to a non-interactive stdout (file, cat, jq etc).
Local install
Install as a local dev dependency in your project and invoke via npx:
npm install -D npm-run-interactive
npx task4Alternatively, use the binary from node_modules/.bin:
./node_modules/.bin/task4
