first-run:检查是否是第一次运行该过程

时间:2024-06-15 01:40:04
【文件属性】:

文件名称:first-run:检查是否是第一次运行该过程

文件大小:5KB

文件格式:ZIP

更新时间:2024-06-15 01:40:04

JavaScript

首轮 检查是否是第一次运行该过程 可用于在用户首次使用CLI应用程序时向其打招呼,显示用法提示,初始化某些内容等。 安装 $ npm install first-run 用法 // x.js const firstRun = require ( 'first-run' ) ; console . log ( firstRun ( ) ) ; $ node x.js true $ node x.js false 原料药 firstRun([选项]) firstRun.clear([选项]) 清除状态。 选项 类型: Object 名称 类型: string 默认值:package.json中的name字段 用于标识它的名称。 执照 麻省理工学院:copyright:


【文件预览】:
first-run-main
----index.js(849B)
----test.js(226B)
----package.json(685B)
----index.test-d.ts(194B)
----readme.md(642B)
----.github()
--------workflows()
----license(1KB)
----index.d.ts(536B)
----test3.js(338B)
----.gitignore(23B)
----test2.js(132B)
----.npmrc(19B)
----.editorconfig(175B)
----.gitattributes(19B)

网友评论