1.0.2 • Published 4 years ago

@rghat/do-it-cli v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

do-it-cli

npm.io

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

Install this package using npm:

npm i -g @rghat/do-it-cli

Usage

Simple run doit in the same directory as your package.json file and see a list of all your scripts.

❯ doit

npm.io