MCPcopy Create free account
hub / github.com/kentcdodds/kcd-scripts / here

Function here

src/scripts/format.js:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7const parsedArgs = yargsParser(args)
8
9const here = p => path.join(__dirname, p)
10const hereRelative = p => here(p).replace(process.cwd(), '.')
11
12const useBuiltinConfig =

Callers 1

hereRelativeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…