MCPcopy
hub / github.com/dotenvx/dotenvx / precommit

Function precommit

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

Source from the content-addressed store, hash-verified

23}
24
25const precommit = function () {
26 return `
27Examples:
28
29 \`\`\`
30 $ dotenvx precommit
31 $ dotenvx precommit --install
32 \`\`\`
33
34Try it:
35
36 \`\`\`
37 $ dotenvx precommit
38 [dotenvx@0.45.0][precommit] success
39 \`\`\`
40 `
41}
42
43const prebuild = function () {
44 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…