MCPcopy
hub / github.com/plopjs/plop / getDestBasePath

Function getDestBasePath

packages/node-plop/src/node-plop.js:90–90  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88 const setDefaultInclude = (inc) => (defaultInclude = inc);
89 const getDefaultInclude = () => defaultInclude;
90 const getDestBasePath = () => destBasePath || plopfilePath;
91 const getPlopfilePath = () => plopfilePath;
92 const setPlopfilePath = (filePath) => {
93 const pathStats = fs.statSync(filePath);

Callers 2

loadFunction · 0.85
loadPackageJsonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…