questions top-level constant
Implementation
const Map<String, String> questions = {
'rootDir':
'Enter the root directory of your project. Use "." for current directory. ',
'contentDir': 'Enter the directory where your content is stored. ',
'sourceDir':
'Enter the directory where your source & template files are stored. ',
'buildDir': 'Enter the directory where your build files should be outputted. '
};