0.10.0 • Published 1 year ago

npm-buddy v0.10.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

NPM Buddy

A global npm package. When you give it a command, it will search the local repo folder for a package.json. Then it will ask chatGPT to select the correct script to run based on your query. It will double check with you to make sure you want to run that and if so, it will run it .

Can also list the scripts in your project.

reply only with the name of the script that I should run for my query. scripts: "server","test","test:migrate","lint","format","services","db" . query: "migrate the test db"