list node-script and execute it
npm install lls-cliA tool of list nodejs project node scripts and execute it.





``bash`
npm i -g lls-cli
Requirement: Node version >= 16.0.0
Execute lls in the project root directory, you will see node scripts list.
Auto use your project packageManager (pnpm,yarn,npm) run it.
`bash
$ lls
? select node script › - Use arrow-keys. Return to submit.
❯ fmt - prettier --write .
dev
build
pnpm run fmt
MIT