Prompt wording

This commit is contained in:
Rémi de Juvigny 2021-08-19 11:49:55 +02:00 committed by Mark Kaylor
parent b32e68c9f1
commit 4e19ff006f

View File

@ -5,12 +5,12 @@ const { join } = require('path');
module.exports = function(plop) { module.exports = function(plop) {
// Service generator // Service generator
plop.setGenerator('service', { plop.setGenerator('service', {
description: 'application service logic', description: 'Generate a service for an API',
prompts: [ prompts: [
{ {
type: 'input', type: 'input',
name: 'id', name: 'id',
message: 'service name please', message: 'Service name',
}, },
], ],
actions: [ actions: [