Skip to content

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

Notifications You must be signed in to change notification settings

kingzez/lls-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published