cbf
Version:
A package for creating scripts to store and run your most commonly used CLI commands for a repo or just in general
15 lines (12 loc) • 360 B
JavaScript
const messages = {
printScript: {
message:
'Printing the <primary>{scriptName}<primary> script:\n\n<secondary>{script}<secondary>',
},
errorPrintingScript: {
message:
'An error occurred while trying to print the <primary>{scriptName}<primary> script\n\n<error>{error}<error>',
},
};
module.exports = messages;