export const EN_LOCALE = {
  command: {
    description: 'create @modern-js application',
    mwa: 'create mwa application using default config',
    module: 'create module application using default config',
    monorepo: 'create monorepo application using default config',
    config: 'set default project config(json string)',
    distTag: `use specified tag version for it's generator`,
    registry: 'set npm registry url to run npm command',
    debug: 'using debug mode to log something',
    plugin:
      'use generator plugin to create new solution or customize Modern.js solution',
  },
  tooltip: {
    dir_entry: `you can execute 'cd {dirName}' to entry the project directory`,
    dir_exists: `directory '{dirName}' already exists`,
  },
};
