Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/toyobayashi/dep-paths
- Owner: toyobayashi
- Created: 2020-03-08T12:03:03.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-16T02:40:02.000Z (almost 5 years ago)
- Last Synced: 2024-11-05T22:45:52.371Z (about 2 months ago)
- Language: CMake
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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[]
```