1.0.6 • Published 3 years ago

lls-cli v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago