Command-line interface for listing and running npm scripts in any project.
Doit
is a command-line interface that lists and runs your npm scripts in any project that has a package.json
file.
This CLI is using Ink and React.
I did a talk about this at a local React meetup, here are the slides: https://slides.com/reneeghattas/do-it-cli
Install this package using npm:
npm i -g @rghat/do-it-cli
Simple run doit
in the same directory as your package.json
file and see a list of all your scripts.
❯ doit