find-project-root:通过自定义标记查找项目根

时间:2024-06-04 07:37:37
【文件属性】:

文件名称:find-project-root:通过自定义标记查找项目根

文件大小:4KB

文件格式:ZIP

更新时间:2024-06-04 07:37:37

JavaScript

查找项目根 通过自定义标记查找项目根 入门 作为二进制 $ npm install find-project-root -g $ pwd /Users/kirstein/workspace/github/kirstein/find-project-root/test $ find-project-root /Users/kirstein/workspace/github/kirstein/find-project-root 作为节点模块 $ npm install find-project-root var findProjectRoot = require('find-project-root'); // magic 什么? 从特定路径开始自上而下遍历项目树,并搜索指示项目起点的已知标记。 标记: .hg .git 原料药 findPro


【文件预览】:
find-project-root-master
----.travis.yml(40B)
----test()
--------index.spec.js(2KB)
----README.md(1KB)
----.gitignore(13B)
----index.js(914B)
----bin()
--------find-project-root.js(161B)
----package.json(370B)

网友评论