misty

时间:2024-04-20 07:51:10
【文件属性】:

文件名称:misty

文件大小:7KB

文件格式:ZIP

更新时间:2024-04-20 07:51:10

TypeScript

蒙蒙 记录命令行的utils 例子 misty克隆并运行test.js脚本。 git clone https://github.com/alloc/misty node misty/test.js 用法 import { isInteractive , warn , fatal , success , clear , print , } from 'misty' if ( isInteractive ) { // Prompt the user or something. } // Print a yellow message with [!] in front. warn ( 'Be careful' ) // Print a message to stderr with red [!] in front. Then call process.exit(1


【文件预览】:
misty-master
----.gitignore(43B)
----tsconfig.json(318B)
----README.md(3KB)
----pnpm-lock.yaml(1KB)
----LICENSE(1KB)
----package.json(604B)
----src()
--------task.ts(2KB)
--------spin.ts(1KB)
--------index.ts(1KB)
----spec()
--------index.test.ts(0B)
----test.js(565B)

网友评论