UNPKG

@akshaysingla90/my-app-cli

Version:

A CLI to scaffold an Node.js application

16 lines 542 B
'use strict' module.exports = { ERROR_MESSAGES: { PROMPT_ABORTED: 'Boileplate generation cancelled', INVALID_PROJECT_NAME: "Please enter a valid project name", INVALID_TEMPLATE_NAME: 'Invalid template name', DIRECTORY_ALREADY_EXISTS: 'Directory with project name already exists', INVALID_TEMPLATE_NAME: 'Invalid template name', GIT_INIT_FAIL: 'Failed to initialize git', GIT_CLONE_FAIL:'Failed to clone boilerplate from git' }, SUCCES_MESSAGE: { PROJECT_READY:'Project ready', DONE:'✔ Done', } }