@saiforceone/dirt-cli
Version:
Official CLI Utility for the D.I.R.T stack
18 lines (14 loc) • 738 B
text/typescript
export const MESSAGE_COPYING_DIRT_FILES =
'Copying D.I.R.T Stack files to project...';
export const MESSAGE_DIRT_FILES_COPIED = 'D.I.R.T Stack files copied';
export const MESSAGE_COPYING_HTML_TEMPLATES = 'Copying D.I.R.T template...';
export const MESSAGE_DIRT_TEMPLATES_COPIED =
'D.I.R.T base template files copied';
export const MESSAGE_SETTING_SECRET_KEY =
'Setting Django application secret key...';
export const MESSAGE_SECRET_KEY_SET =
'Django application secret key set successfully';
export const MESSAGE_RUNNING_PRE_SCAFFOLD_CHECKS =
'Running pre-scaffold checks...';
export const MESSAGE_EXAMPLE_VENV_PATH_WINDOWS = '~\\.virtualenvs\\';
export const MESSAGE_EXAMPLE_VENV_PATH_POSIX = '~/.local/share/virtualenvs/';