MCPcopy
hub / github.com/dotenvx/dotenvx / prebuild

Function prebuild

src/cli/examples.js:43–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41}
42
43const prebuild = function () {
44 return `
45Examples:
46
47 \`\`\`
48 $ dotenvx prebuild
49 \`\`\`
50
51Try it:
52
53 \`\`\`
54 $ dotenvx prebuild
55 [dotenvx@0.10.0][prebuild] success
56 \`\`\`
57 `
58}
59
60const gitignore = function () {
61 return `

Callers 1

examples.test.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…