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