@dhlx/dhlx-cli
v0.0.4
Published
delay 函数是一个用于实现延迟功能的实用工具函数。它接受一个以毫秒为单位的时间参数,并返回一个 Promise,在指定的时间过后成功解决
Downloads
14
Readme
dhlx-cli
一、简介
dhlx 命令行工具
二、安装
使用以下命令通过 NPM 安装:
npm install @dhlx/dhlx-cli
三、使用示例
Usage: dhlx [options] [command]
Options:
-V, --version output the version number
-h, --help display help for command
Commands:
create [template] [project] 创建项目
help [command] display help for command
四、参数
create
template: 创建项目类型 ["vite-lib", "ts-lib"]
project: 创建项目名称
五、贡献
如果您发现任何问题或有改进的建议,欢迎提交 issue 或 pull request。
六、许可证
本项目遵循 MIT 许可证。