Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/toyobayashi/dep-paths

Find paths for cmake.
https://github.com/toyobayashi/dep-paths

Last synced: 10 days ago
JSON representation

Find paths for cmake.

Awesome Lists containing this project

README

        

# dep-paths

``` ts
///

export function findProjectRoot(start?: string): string
export function resolve (dirname: string, r: NodeRequire, request: string): string
export function getDepPaths(dirname: string, r: NodeRequire): string[]
export function getIncludes(): string[]
```