Skip to content

wkcaeser/js-local-cmd-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

安装

 npm link

param-cli

用于处理参数列表,支持命令行输入或者文件输入

param-cli convert paramStr [arround]

param-cli convert '11111 aaaa bbbb'

[
11111,
aaaa,
bbbb
]

param-cli convert '11111 aaaa bbbb' "

[
"11111",
"aaaa",
"bbbb"
]

param-cli file filePath [arround]

使用方式和convert相同,原本的参数换成了文件路径

param-cli file ~/param-list.txt [arround]

About

js本地处理各种数据的工具包

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published