nypm icon indicating copy to clipboard operation
nypm copied to clipboard

Support run utility

Open Alkaidcc opened this issue 1 year ago • 3 comments

Describe the feature

Will the following commands be supported? like nypm run build, nypm run test

Additional information

  • [ ] Would you be willing to help implement this feature?

Alkaidcc avatar Aug 16 '24 00:08 Alkaidcc

I'll migrate my project to nypm once the run command is supported. For now I'm using yarpm.

ojvribeiro avatar Sep 16 '24 02:09 ojvribeiro

We can support it but wondering why not using npm run since this will just work as well even if node_modules/.bin is initialized with any other package manager.

pi0 avatar Sep 16 '24 09:09 pi0

Linking to https://github.com/nuxt/cli/pull/494. There might be good purpose of run utility (mainly for programmatic usage)

pi0 avatar Oct 04 '24 11:10 pi0