mirror of
https://github.com/strapi/strapi.git
synced 2025-09-26 17:00:55 +00:00
Prompt wording
This commit is contained in:
parent
b32e68c9f1
commit
4e19ff006f
@ -5,12 +5,12 @@ const { join } = require('path');
|
||||
module.exports = function(plop) {
|
||||
// Service generator
|
||||
plop.setGenerator('service', {
|
||||
description: 'application service logic',
|
||||
description: 'Generate a service for an API',
|
||||
prompts: [
|
||||
{
|
||||
type: 'input',
|
||||
name: 'id',
|
||||
message: 'service name please',
|
||||
message: 'Service name',
|
||||
},
|
||||
],
|
||||
actions: [
|
||||
|
Loading…
x
Reference in New Issue
Block a user