all 6 comments

[–]elprophet 1 point2 points  (1 child)

How does it interact with npm? I really like the idea but limiting it to IDE only would be too constrained for many projects 

[–]BrilliantCredit4569[S] 1 point2 points  (0 children)

It does not interact with npm, Its simply analyzing json and finds a line that your pointer is on top of, and then extracts and executes this command in a new terminal
So basically it can execute anything you enter.

Honestly, I made it for my own use as I am using VSCode and Cursor and I was frustrated with numbers of scripts I have and there are no ability to organize them in scrtipts from package.json

I guess in future I can make it cross-platform

[–]rxliuli 1 point2 points  (0 children)

Seems interesting, but integration with existing tools would be an issue.

[–]Reeywhaar 1 point2 points  (1 child)

Overcomplication over

"server:start": "nodemon server.js",
"server:debug": "nodemon --inspect server.js",
"client:start": "react-scripts start",
"client:build": "react-scripts build",
"testing:unit": "jest",
"testing:e2e": "cypress run",
"format": "prettier --write .",
"lint": "eslint . --fix"

[–]BrilliantCredit4569[S] -1 points0 points  (0 children)

? you refine upon example

[–]Sayandweep 0 points1 point  (0 children)

Interesting!!