1.0.6 • Published 2 years ago

lls-cli v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

lls-cli

A tool of list nodejs project node scripts and execute it.

npm node version download npm

Install

npm i -g lls-cli

Requirement: Node version >= 16.0.0

Usage

Execute lls in the project root directory, you will see node scripts list.

Auto use your project packageManager (pnpm,yarn,npm) run it.

$ lls

? select node script › - Use arrow-keys. Return to submit.
❯   fmt - prettier --write .
    dev
    build

pnpm run fmt
# or
yarn run fmt
# or
npm run fmt

License

MIT

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago