prompt.js 436 B

12345678910111213141516
  1. // Copyright (C) 2012-2024 Zammad Foundation, https://zammad-foundation.org/
  2. module.exports = [
  3. {
  4. type: 'input',
  5. name: 'path',
  6. // eslint-disable-next-line zammad/zammad-detect-translatable-string
  7. message: 'Path from directory scope (desktop/mobile/shared)?',
  8. },
  9. {
  10. type: 'input',
  11. name: 'name',
  12. // eslint-disable-next-line zammad/zammad-detect-translatable-string
  13. message: 'Component name?',
  14. },
  15. ]