1.5.3 • Published 7 years ago
package-menu-cli v1.5.3
pkg-menu-cli
Intro
Simple CLI to display table of package.json scripts information for current directory.
Install
$ npm i -g pkg-menu-cliUsage
$ package-menu (returns menu)
┌───────────────────────────────────────┬───────────────────────────────────────────┐
│ Name │ Script │
├───────────────────────────────────────┼───────────────────────────────────────────┤
│ test │ mocha │
├───────────────────────────────────────┼───────────────────────────────────────────┤
│ menu │ node ./cli.js │
└───────────────────────────────────────┴───────────────────────────────────────────┘You can supply of of switches
-- sort, -s Sort Result
-- compress, -c Display Script Name Only
-- launch, -l Display Launcher InterfaceAddtional switches when using --launch
--multiple, -m Allow multiple selection
--all, -a Run all scripts
--info, -i Shows script description$ package-menu --sort$ package-menu -l // show launcher
$ package-menu --launch --multiple // show launcher with multiselect
$ package-menu -lm // Supports CLI shorthandCredits
pkg-menu-cli written by Mike Erickson
E-Mail: codedungeon@gmail.com
Twitter: @codedungeon
Website: codedungeon.org
1.5.3
7 years ago
1.5.2
7 years ago
1.5.1
7 years ago
1.4.4
9 years ago
1.4.3
9 years ago
1.4.2
9 years ago
1.4.1
9 years ago
1.4.0
9 years ago
1.3.3
9 years ago
1.3.2
9 years ago
1.3.1
9 years ago
1.2.5
10 years ago
1.2.4
10 years ago
1.2.3
10 years ago
1.2.1
10 years ago
1.2.0
10 years ago
1.1.2
10 years ago
1.1.1
10 years ago
1.1.0
10 years ago
1.0.5
10 years ago
1.0.0
10 years ago