TL TW;
Most of the time I found myself doing cat to package.json in order to see all available scripts, yes I know there is an option to list the scripts with npm | yarn run
, but I found it quite annoying so it brought me to write the tiny utility that can list and run cmd by your choice. And now I would like to share it with you. Maybe it will be useful for you.
So go ahead and try it 🙂
git: https://github.com/nudelx/yarn-npm-ls
npm: https://www.npmjs.com/package/yarn_npm_ls
Top comments (0)