find-parent-dir-from-bin:查找父应用程序的绝对路径。 用于节点模块

时间:2024-05-22 12:39:15
【文件属性】:

文件名称:find-parent-dir-from-bin:查找父应用程序的绝对路径。 用于节点模块

文件大小:2KB

文件格式:ZIP

更新时间:2024-05-22 12:39:15

JavaScript

从Bin中查找父目录 通过增加到/node_modules的父目录来查找正在使用您的节点模块的应用程序的绝对目录路径 当前仅同步。 安装 npm install find-parent-dir-from-bin --save 用法 const findParentDir = require ( 'find-parent-dir-from-bin' ) ; // Returns either the absoblute dir or null if it can't be found const parentDir = findParentDir ( ) ;


【文件预览】:
find-parent-dir-from-bin-master
----index.js(550B)
----test.js(51B)
----package.json(431B)
----README.md(439B)

网友评论