get-bin-path:获取当前包的二进制路径

时间:2024-02-24 12:49:48
【文件属性】:

文件名称:get-bin-path:获取当前包的二进制路径

文件大小:159KB

文件格式:ZIP

更新时间:2024-02-24 12:49:48

nodejs javascript testing shell cli

获取当前包的二进制路径(使用package.json )。 在测试软件包的二进制文件时,这很有用。 使用get-bin-path (与对二进制文件的路径进行硬编码相对): 验证package.json bin字段是否正确设置。 将二进制路径与测试解耦,这允许在不重写测试的情况下移动文件。 例子 const { getBinPathSync } = require ( 'get-bin-path' ) // `binPath` is the absolute path to the current package's binary const binPath = getBinPathSyn


【文件预览】:
get-bin-path-main
----.eslintrc.yml(48B)
----.gitignore(117B)
----.all-contributorsrc(1KB)
----package.json(1KB)
----package-lock.json(537KB)
----src()
--------main.js(2KB)
----gulpfile.js(61B)
----CONTRIBUTING.md(2KB)
----ava.config.cjs(62B)
----CODE_OF_CONDUCT.md(5KB)
----LICENSE(11KB)
----CHANGELOG.md(722B)
----types()
--------tslint.json(90B)
--------tsconfig.json(314B)
--------test.ts(225B)
--------index.d.ts(1KB)
----.github()
--------ISSUE_TEMPLATE()
--------pull_request_template.md(993B)
--------workflows()
----README.md(5KB)
----.prettierrc.yml(25B)
----.gitattributes(19B)
----test()
--------snapshots()
--------main.js(1KB)
--------helpers()
----.editorconfig(168B)

网友评论