MCPcopy Create free account
hub / github.com/dendronhq/dendron / generateClientScripts

Function generateClientScripts

genScripts.js:47–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45}
46
47function generateClientScripts() {
48 _.each(packages, (deps, pkg) => {
49 const scope = deps.join(" --scope ");
50 const group = pkg;
51 generateBootstrapScript({ scope, group });
52 generateBuildScript({ scope, group });
53 generateWatchScript({ scope, group });
54 });
55}
56
57// --- Lib
58

Callers 1

mainFunction · 0.85

Calls 3

generateBootstrapScriptFunction · 0.85
generateBuildScriptFunction · 0.85
generateWatchScriptFunction · 0.85

Tested by

no test coverage detected