@strapi/generators 0.0.0-next.e16a4b69b276a52e1b299f339479948d67ec66f3 → 0.0.0-next.e1a19b9e52cdcb526515883c8289522a64c9871a

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (184) hide show
  1. package/LICENSE +18 -3
  2. package/dist/index.d.ts +10 -5
  3. package/dist/index.d.ts.map +1 -0
  4. package/dist/index.js +93 -27
  5. package/dist/index.js.map +1 -1
  6. package/dist/index.mjs +95 -0
  7. package/dist/index.mjs.map +1 -0
  8. package/dist/plopfile.d.ts +2 -1
  9. package/dist/plopfile.d.ts.map +1 -0
  10. package/dist/plopfile.js +24 -26
  11. package/dist/plopfile.js.map +1 -1
  12. package/dist/plopfile.mjs +25 -0
  13. package/dist/plopfile.mjs.map +1 -0
  14. package/dist/plops/api.d.ts +2 -1
  15. package/dist/plops/api.d.ts.map +1 -0
  16. package/dist/plops/api.js +33 -31
  17. package/dist/plops/api.js.map +1 -1
  18. package/dist/plops/api.mjs +79 -0
  19. package/dist/plops/api.mjs.map +1 -0
  20. package/dist/plops/content-type.d.ts +2 -1
  21. package/dist/plops/content-type.d.ts.map +1 -0
  22. package/dist/plops/content-type.js +73 -82
  23. package/dist/plops/content-type.js.map +1 -1
  24. package/dist/plops/content-type.mjs +147 -0
  25. package/dist/plops/content-type.mjs.map +1 -0
  26. package/dist/plops/controller.d.ts +2 -1
  27. package/dist/plops/controller.d.ts.map +1 -0
  28. package/dist/plops/controller.js +20 -20
  29. package/dist/plops/controller.js.map +1 -1
  30. package/dist/plops/controller.mjs +38 -0
  31. package/dist/plops/controller.mjs.map +1 -0
  32. package/dist/plops/middleware.d.ts +2 -1
  33. package/dist/plops/middleware.d.ts.map +1 -0
  34. package/dist/plops/middleware.js +22 -20
  35. package/dist/plops/middleware.js.map +1 -1
  36. package/dist/plops/middleware.mjs +40 -0
  37. package/dist/plops/middleware.mjs.map +1 -0
  38. package/dist/plops/migration.d.ts +2 -1
  39. package/dist/plops/migration.d.ts.map +1 -0
  40. package/dist/plops/migration.js +19 -19
  41. package/dist/plops/migration.js.map +1 -1
  42. package/dist/plops/migration.mjs +33 -0
  43. package/dist/plops/migration.mjs.map +1 -0
  44. package/dist/plops/policy.d.ts +2 -1
  45. package/dist/plops/policy.d.ts.map +1 -0
  46. package/dist/plops/policy.js +22 -20
  47. package/dist/plops/policy.js.map +1 -1
  48. package/dist/plops/policy.mjs +40 -0
  49. package/dist/plops/policy.mjs.map +1 -0
  50. package/dist/plops/prompts/bootstrap-api-prompts.d.ts +7 -2
  51. package/dist/plops/prompts/bootstrap-api-prompts.d.ts.map +1 -0
  52. package/dist/plops/prompts/bootstrap-api-prompts.js +7 -6
  53. package/dist/plops/prompts/bootstrap-api-prompts.js.map +1 -1
  54. package/dist/plops/prompts/bootstrap-api-prompts.mjs +11 -0
  55. package/dist/plops/prompts/bootstrap-api-prompts.mjs.map +1 -0
  56. package/dist/plops/prompts/ct-names-prompts.d.ts +19 -2
  57. package/dist/plops/prompts/ct-names-prompts.d.ts.map +1 -0
  58. package/dist/plops/prompts/ct-names-prompts.js +19 -43
  59. package/dist/plops/prompts/ct-names-prompts.js.map +1 -1
  60. package/dist/plops/prompts/ct-names-prompts.mjs +42 -0
  61. package/dist/plops/prompts/ct-names-prompts.mjs.map +1 -0
  62. package/dist/plops/prompts/get-attributes-prompts.d.ts +9 -2
  63. package/dist/plops/prompts/get-attributes-prompts.d.ts.map +1 -0
  64. package/dist/plops/prompts/get-attributes-prompts.js +36 -30
  65. package/dist/plops/prompts/get-attributes-prompts.js.map +1 -1
  66. package/dist/plops/prompts/get-attributes-prompts.mjs +99 -0
  67. package/dist/plops/prompts/get-attributes-prompts.mjs.map +1 -0
  68. package/dist/plops/prompts/get-destination-prompts.d.ts +25 -2
  69. package/dist/plops/prompts/get-destination-prompts.d.ts.map +1 -0
  70. package/dist/plops/prompts/get-destination-prompts.js +47 -41
  71. package/dist/plops/prompts/get-destination-prompts.js.map +1 -1
  72. package/dist/plops/prompts/get-destination-prompts.mjs +76 -0
  73. package/dist/plops/prompts/get-destination-prompts.mjs.map +1 -0
  74. package/dist/plops/prompts/kind-prompts.d.ts +12 -2
  75. package/dist/plops/prompts/kind-prompts.d.ts.map +1 -0
  76. package/dist/plops/prompts/kind-prompts.js +17 -12
  77. package/dist/plops/prompts/kind-prompts.js.map +1 -1
  78. package/dist/plops/prompts/kind-prompts.mjs +24 -0
  79. package/dist/plops/prompts/kind-prompts.mjs.map +1 -0
  80. package/dist/plops/service.d.ts +2 -1
  81. package/dist/plops/service.d.ts.map +1 -0
  82. package/dist/plops/service.js +19 -19
  83. package/dist/plops/service.js.map +1 -1
  84. package/dist/plops/service.mjs +36 -0
  85. package/dist/plops/service.mjs.map +1 -0
  86. package/dist/plops/utils/get-file-path.d.ts +2 -1
  87. package/dist/plops/utils/get-file-path.d.ts.map +1 -0
  88. package/dist/plops/utils/get-file-path.js +7 -5
  89. package/dist/plops/utils/get-file-path.js.map +1 -1
  90. package/dist/plops/utils/get-file-path.mjs +15 -0
  91. package/dist/plops/utils/get-file-path.mjs.map +1 -0
  92. package/dist/plops/utils/get-formatted-date.d.ts +1 -0
  93. package/dist/plops/utils/get-formatted-date.d.ts.map +1 -0
  94. package/dist/plops/utils/get-formatted-date.js +8 -9
  95. package/dist/plops/utils/get-formatted-date.js.map +1 -1
  96. package/dist/plops/utils/get-formatted-date.mjs +6 -0
  97. package/dist/plops/utils/get-formatted-date.mjs.map +1 -0
  98. package/dist/plops/utils/validate-attribute-input.d.ts +1 -0
  99. package/dist/plops/utils/validate-attribute-input.d.ts.map +1 -0
  100. package/dist/plops/utils/validate-attribute-input.js +7 -5
  101. package/dist/plops/utils/validate-attribute-input.js.map +1 -1
  102. package/dist/plops/utils/validate-attribute-input.mjs +10 -0
  103. package/dist/plops/utils/validate-attribute-input.mjs.map +1 -0
  104. package/dist/plops/utils/validate-file-name-input.d.ts +1 -0
  105. package/dist/plops/utils/validate-file-name-input.d.ts.map +1 -0
  106. package/dist/plops/utils/validate-file-name-input.js +7 -5
  107. package/dist/plops/utils/validate-file-name-input.js.map +1 -1
  108. package/dist/plops/utils/validate-file-name-input.mjs +10 -0
  109. package/dist/plops/utils/validate-file-name-input.mjs.map +1 -0
  110. package/dist/plops/utils/validate-input.d.ts +1 -0
  111. package/dist/plops/utils/validate-input.d.ts.map +1 -0
  112. package/dist/plops/utils/validate-input.js +7 -5
  113. package/dist/plops/utils/validate-input.js.map +1 -1
  114. package/dist/plops/utils/validate-input.mjs +10 -0
  115. package/dist/plops/utils/validate-input.mjs.map +1 -0
  116. package/dist/templates/js/content-type.schema.json.hbs +0 -1
  117. package/dist/templates/ts/content-type.schema.json.hbs +0 -1
  118. package/dist/templates/ts/middleware.ts.hbs +2 -2
  119. package/package.json +21 -17
  120. package/dist/files/js/plugin/.editorconfig +0 -7
  121. package/dist/files/js/plugin/.gitattributes +0 -103
  122. package/dist/files/js/plugin/admin/src/components/Initializer/index.js +0 -26
  123. package/dist/files/js/plugin/admin/src/components/PluginIcon/index.js +0 -12
  124. package/dist/files/js/plugin/admin/src/index.js +0 -63
  125. package/dist/files/js/plugin/admin/src/pages/App/index.js +0 -25
  126. package/dist/files/js/plugin/admin/src/pages/HomePage/index.js +0 -20
  127. package/dist/files/js/plugin/admin/src/pluginId.js +0 -5
  128. package/dist/files/js/plugin/admin/src/translations/en.json +0 -1
  129. package/dist/files/js/plugin/admin/src/translations/fr.json +0 -1
  130. package/dist/files/js/plugin/admin/src/utils/getTrad.js +0 -5
  131. package/dist/files/js/plugin/server/bootstrap.js +0 -5
  132. package/dist/files/js/plugin/server/config/index.js +0 -6
  133. package/dist/files/js/plugin/server/content-types/index.js +0 -3
  134. package/dist/files/js/plugin/server/controllers/index.js +0 -7
  135. package/dist/files/js/plugin/server/controllers/my-controller.js.hbs +0 -10
  136. package/dist/files/js/plugin/server/destroy.js +0 -5
  137. package/dist/files/js/plugin/server/index.js +0 -25
  138. package/dist/files/js/plugin/server/middlewares/index.js +0 -3
  139. package/dist/files/js/plugin/server/policies/index.js +0 -3
  140. package/dist/files/js/plugin/server/register.js +0 -5
  141. package/dist/files/js/plugin/server/routes/index.js +0 -10
  142. package/dist/files/js/plugin/server/services/index.js +0 -7
  143. package/dist/files/js/plugin/server/services/my-service.js +0 -7
  144. package/dist/files/js/plugin/strapi-admin.js +0 -3
  145. package/dist/files/js/plugin/strapi-server.js +0 -3
  146. package/dist/files/ts/plugin/.editorconfig +0 -7
  147. package/dist/files/ts/plugin/.gitattributes +0 -103
  148. package/dist/files/ts/plugin/admin/src/components/Initializer/index.tsx +0 -24
  149. package/dist/files/ts/plugin/admin/src/components/PluginIcon/index.tsx +0 -12
  150. package/dist/files/ts/plugin/admin/src/index.tsx +0 -67
  151. package/dist/files/ts/plugin/admin/src/pages/App/index.tsx +0 -25
  152. package/dist/files/ts/plugin/admin/src/pages/HomePage/index.tsx +0 -19
  153. package/dist/files/ts/plugin/admin/src/pluginId.ts +0 -5
  154. package/dist/files/ts/plugin/admin/src/translations/en.json +0 -1
  155. package/dist/files/ts/plugin/admin/src/translations/fr.json +0 -1
  156. package/dist/files/ts/plugin/admin/src/utils/getTrad.ts +0 -5
  157. package/dist/files/ts/plugin/custom.d.ts +0 -5
  158. package/dist/files/ts/plugin/server/bootstrap.ts +0 -5
  159. package/dist/files/ts/plugin/server/config/index.ts +0 -4
  160. package/dist/files/ts/plugin/server/content-types/index.ts +0 -1
  161. package/dist/files/ts/plugin/server/controllers/index.ts +0 -5
  162. package/dist/files/ts/plugin/server/controllers/my-controller.ts.hbs +0 -10
  163. package/dist/files/ts/plugin/server/destroy.ts +0 -5
  164. package/dist/files/ts/plugin/server/index.ts +0 -23
  165. package/dist/files/ts/plugin/server/middlewares/index.ts +0 -1
  166. package/dist/files/ts/plugin/server/policies/index.ts +0 -1
  167. package/dist/files/ts/plugin/server/register.ts +0 -5
  168. package/dist/files/ts/plugin/server/routes/index.ts +0 -10
  169. package/dist/files/ts/plugin/server/services/index.ts +0 -5
  170. package/dist/files/ts/plugin/server/services/my-service.ts +0 -7
  171. package/dist/files/ts/plugin/strapi-admin.js +0 -3
  172. package/dist/files/ts/plugin/strapi-server.js +0 -3
  173. package/dist/files/ts/plugin/tsconfig.json +0 -20
  174. package/dist/files/ts/plugin/tsconfig.server.json +0 -25
  175. package/dist/plops/plugin.d.ts +0 -3
  176. package/dist/plops/plugin.js +0 -107
  177. package/dist/plops/plugin.js.map +0 -1
  178. package/dist/plops/prompts/draft-and-publish-prompts.d.ts +0 -3
  179. package/dist/plops/prompts/draft-and-publish-prompts.js +0 -12
  180. package/dist/plops/prompts/draft-and-publish-prompts.js.map +0 -1
  181. package/dist/templates/js/README.md.hbs +0 -3
  182. package/dist/templates/js/plugin-package.json.hbs +0 -42
  183. package/dist/templates/ts/README.md.hbs +0 -3
  184. package/dist/templates/ts/plugin-package.json.hbs +0 -51
@@ -0,0 +1,79 @@
1
+ import { join } from 'path';
2
+ import fs from 'fs-extra';
3
+ import tsUtils from '@strapi/typescript-utils';
4
+ import validateInput from './utils/validate-input.mjs';
5
+
6
+ var generateApi = ((plop)=>{
7
+ // API generator
8
+ plop.setGenerator('api', {
9
+ description: 'Generate a basic API',
10
+ prompts: [
11
+ {
12
+ type: 'input',
13
+ name: 'id',
14
+ message: 'API name',
15
+ validate: (input)=>validateInput(input)
16
+ },
17
+ {
18
+ type: 'confirm',
19
+ name: 'isPluginApi',
20
+ message: 'Is this API for a plugin?'
21
+ },
22
+ {
23
+ when: (answers)=>answers.isPluginApi,
24
+ type: 'list',
25
+ name: 'plugin',
26
+ message: 'Plugin name',
27
+ async choices () {
28
+ const pluginsPath = join(plop.getDestBasePath(), 'plugins');
29
+ const exists = await fs.pathExists(pluginsPath);
30
+ if (!exists) {
31
+ throw Error('Couldn\'t find a "plugins" directory');
32
+ }
33
+ const pluginsDir = await fs.readdir(pluginsPath, {
34
+ withFileTypes: true
35
+ });
36
+ const pluginsDirContent = pluginsDir.filter((fd)=>fd.isDirectory());
37
+ if (pluginsDirContent.length === 0) {
38
+ throw Error('The "plugins" directory is empty');
39
+ }
40
+ return pluginsDirContent;
41
+ }
42
+ }
43
+ ],
44
+ actions (answers) {
45
+ if (!answers) {
46
+ return [];
47
+ }
48
+ const filePath = answers.isPluginApi && answers.plugin ? 'plugins/{{ plugin }}/server' : 'api/{{ id }}';
49
+ const currentDir = process.cwd();
50
+ const language = tsUtils.isUsingTypeScriptSync(currentDir) ? 'ts' : 'js';
51
+ const baseActions = [
52
+ {
53
+ type: 'add',
54
+ path: `${filePath}/controllers/{{ id }}.${language}`,
55
+ templateFile: `templates/${language}/controller.${language}.hbs`
56
+ },
57
+ {
58
+ type: 'add',
59
+ path: `${filePath}/services/{{ id }}.${language}`,
60
+ templateFile: `templates/${language}/service.${language}.hbs`
61
+ }
62
+ ];
63
+ if (answers.isPluginApi) {
64
+ return baseActions;
65
+ }
66
+ return [
67
+ {
68
+ type: 'add',
69
+ path: `${filePath}/routes/{{ id }}.${language}`,
70
+ templateFile: `templates/${language}/single-route.${language}.hbs`
71
+ },
72
+ ...baseActions
73
+ ];
74
+ }
75
+ });
76
+ });
77
+
78
+ export { generateApi as default };
79
+ //# sourceMappingURL=api.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"api.mjs","sources":["../../src/plops/api.ts"],"sourcesContent":["import { join } from 'path';\nimport type { NodePlopAPI } from 'plop';\nimport fs from 'fs-extra';\nimport tsUtils from '@strapi/typescript-utils';\n\nimport validateInput from './utils/validate-input';\n\nexport default (plop: NodePlopAPI) => {\n // API generator\n plop.setGenerator('api', {\n description: 'Generate a basic API',\n prompts: [\n {\n type: 'input',\n name: 'id',\n message: 'API name',\n validate: (input) => validateInput(input),\n },\n {\n type: 'confirm',\n name: 'isPluginApi',\n message: 'Is this API for a plugin?',\n },\n {\n when: (answers) => answers.isPluginApi,\n type: 'list',\n name: 'plugin',\n message: 'Plugin name',\n async choices() {\n const pluginsPath = join(plop.getDestBasePath(), 'plugins');\n const exists = await fs.pathExists(pluginsPath);\n if (!exists) {\n throw Error('Couldn\\'t find a \"plugins\" directory');\n }\n\n const pluginsDir = await fs.readdir(pluginsPath, { withFileTypes: true });\n const pluginsDirContent = pluginsDir.filter((fd) => fd.isDirectory());\n\n if (pluginsDirContent.length === 0) {\n throw Error('The \"plugins\" directory is empty');\n }\n\n return pluginsDirContent;\n },\n },\n ],\n actions(answers) {\n if (!answers) {\n return [];\n }\n\n const filePath =\n answers.isPluginApi && answers.plugin ? 'plugins/{{ plugin }}/server' : 'api/{{ id }}';\n const currentDir = process.cwd();\n const language = tsUtils.isUsingTypeScriptSync(currentDir) ? 'ts' : 'js';\n\n const baseActions = [\n {\n type: 'add',\n path: `${filePath}/controllers/{{ id }}.${language}`,\n templateFile: `templates/${language}/controller.${language}.hbs`,\n },\n {\n type: 'add',\n path: `${filePath}/services/{{ id }}.${language}`,\n templateFile: `templates/${language}/service.${language}.hbs`,\n },\n ];\n\n if (answers.isPluginApi) {\n return baseActions;\n }\n\n return [\n {\n type: 'add',\n path: `${filePath}/routes/{{ id }}.${language}`,\n templateFile: `templates/${language}/single-route.${language}.hbs`,\n },\n ...baseActions,\n ];\n },\n });\n};\n"],"names":["plop","setGenerator","description","prompts","type","name","message","validate","input","validateInput","when","answers","isPluginApi","choices","pluginsPath","join","getDestBasePath","exists","fs","pathExists","Error","pluginsDir","readdir","withFileTypes","pluginsDirContent","filter","fd","isDirectory","length","actions","filePath","plugin","currentDir","process","cwd","language","tsUtils","isUsingTypeScriptSync","baseActions","path","templateFile"],"mappings":"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"}
@@ -1,3 +1,4 @@
1
- import { NodePlopAPI } from 'plop';
1
+ import type { NodePlopAPI } from 'plop';
2
2
  declare const _default: (plop: NodePlopAPI) => void;
3
3
  export default _default;
4
+ //# sourceMappingURL=content-type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"content-type.d.ts","sourceRoot":"","sources":["../../src/plops/content-type.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAc,MAAM,MAAM,CAAC;+BAa9B,WAAW;AAAjC,wBAmIE"}
@@ -1,125 +1,110 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
25
- var __importDefault = (this && this.__importDefault) || function (mod) {
26
- return (mod && mod.__esModule) ? mod : { "default": mod };
27
- };
28
- Object.defineProperty(exports, "__esModule", { value: true });
29
- const path_1 = require("path");
30
- const slugify_1 = __importDefault(require("@sindresorhus/slugify"));
31
- const fs_extra_1 = __importDefault(require("fs-extra"));
32
- const utils = __importStar(require("@strapi/utils"));
33
- const typescript_utils_1 = __importDefault(require("@strapi/typescript-utils"));
34
- const get_destination_prompts_1 = __importDefault(require("./prompts/get-destination-prompts"));
35
- const get_file_path_1 = __importDefault(require("./utils/get-file-path"));
36
- const ct_names_prompts_1 = __importDefault(require("./prompts/ct-names-prompts"));
37
- const kind_prompts_1 = __importDefault(require("./prompts/kind-prompts"));
38
- const draft_and_publish_prompts_1 = __importDefault(require("./prompts/draft-and-publish-prompts"));
39
- const get_attributes_prompts_1 = __importDefault(require("./prompts/get-attributes-prompts"));
40
- const bootstrap_api_prompts_1 = __importDefault(require("./prompts/bootstrap-api-prompts"));
41
- exports.default = (plop) => {
1
+ 'use strict';
2
+
3
+ var path = require('path');
4
+ var slugify = require('@sindresorhus/slugify');
5
+ var fs = require('fs-extra');
6
+ var utils = require('@strapi/utils');
7
+ var tsUtils = require('@strapi/typescript-utils');
8
+ var getDestinationPrompts = require('./prompts/get-destination-prompts.js');
9
+ var getFilePath = require('./utils/get-file-path.js');
10
+ var ctNamesPrompts = require('./prompts/ct-names-prompts.js');
11
+ var kindPrompts = require('./prompts/kind-prompts.js');
12
+ var getAttributesPrompts = require('./prompts/get-attributes-prompts.js');
13
+ var bootstrapApiPrompts = require('./prompts/bootstrap-api-prompts.js');
14
+
15
+ var generateContentType = ((plop)=>{
42
16
  // Model generator
43
17
  plop.setGenerator('content-type', {
44
18
  description: 'Generate a content type for an API',
45
- async prompts(inquirer) {
19
+ async prompts (inquirer) {
46
20
  const config = await inquirer.prompt([
47
- ...ct_names_prompts_1.default,
48
- ...kind_prompts_1.default,
49
- ...draft_and_publish_prompts_1.default,
21
+ ...ctNamesPrompts,
22
+ ...kindPrompts
50
23
  ]);
51
- const attributes = await (0, get_attributes_prompts_1.default)(inquirer);
24
+ const attributes = await getAttributesPrompts(inquirer);
52
25
  const api = await inquirer.prompt([
53
- ...(0, get_destination_prompts_1.default)('model', plop.getDestBasePath()),
26
+ ...getDestinationPrompts('model', plop.getDestBasePath()),
54
27
  {
55
- when: (answers) => answers.destination === 'new',
28
+ when: (answers)=>answers.destination === 'new',
56
29
  type: 'input',
57
30
  name: 'id',
58
31
  default: config.singularName,
59
32
  message: 'Name of the new API?',
60
- async validate(input) {
61
- if (!utils.isKebabCase(input)) {
33
+ async validate (input) {
34
+ if (!utils.strings.isKebabCase(input)) {
62
35
  return 'Value must be in kebab-case';
63
36
  }
64
- const apiPath = (0, path_1.join)(plop.getDestBasePath(), 'api');
65
- const exists = await fs_extra_1.default.pathExists(apiPath);
37
+ const apiPath = path.join(plop.getDestBasePath(), 'api');
38
+ const exists = await fs.pathExists(apiPath);
66
39
  if (!exists) {
67
40
  return true;
68
41
  }
69
- const apiDir = await fs_extra_1.default.readdir(apiPath, { withFileTypes: true });
70
- const apiDirContent = apiDir.filter((fd) => fd.isDirectory());
71
- if (apiDirContent.findIndex((dir) => dir.name === input) !== -1) {
42
+ const apiDir = await fs.readdir(apiPath, {
43
+ withFileTypes: true
44
+ });
45
+ const apiDirContent = apiDir.filter((fd)=>fd.isDirectory());
46
+ if (apiDirContent.findIndex((dir)=>dir.name === input) !== -1) {
72
47
  throw new Error('This name is already taken.');
73
48
  }
74
49
  return true;
75
- },
50
+ }
76
51
  },
77
- ...bootstrap_api_prompts_1.default,
52
+ ...bootstrapApiPrompts
78
53
  ]);
79
54
  return {
80
55
  ...config,
81
56
  ...api,
82
- attributes,
57
+ attributes
83
58
  };
84
59
  },
85
- actions(answers) {
60
+ actions (answers) {
86
61
  if (!answers) {
87
62
  return [];
88
63
  }
89
- const attributes = answers.attributes.reduce((object, answer) => {
90
- const val = { type: answer.attributeType };
64
+ const attributes = answers.attributes.reduce((object, answer)=>{
65
+ const val = {
66
+ type: answer.attributeType
67
+ };
91
68
  if (answer.attributeType === 'enumeration') {
92
- val.enum = answer.enum.split(',').map((item) => item.trim());
69
+ val.enum = answer.enum.split(',').map((item)=>item.trim());
93
70
  }
94
71
  if (answer.attributeType === 'media') {
95
- val.allowedTypes = ['images', 'files', 'videos', 'audios'];
72
+ val.allowedTypes = [
73
+ 'images',
74
+ 'files',
75
+ 'videos',
76
+ 'audios'
77
+ ];
96
78
  val.multiple = answer.multiple;
97
79
  }
98
- return Object.assign(object, { [answer.attributeName]: val }, {});
80
+ return Object.assign(object, {
81
+ [answer.attributeName]: val
82
+ }, {});
99
83
  }, {});
100
- const filePath = (0, get_file_path_1.default)(answers.destination);
101
- // TODO: use basePath instead
84
+ const filePath = getFilePath(answers.destination);
102
85
  const currentDir = process.cwd();
103
- const language = typescript_utils_1.default.isUsingTypeScriptSync(currentDir) ? 'ts' : 'js';
86
+ const language = tsUtils.isUsingTypeScriptSync(currentDir) ? 'ts' : 'js';
104
87
  const baseActions = [
105
88
  {
106
89
  type: 'add',
107
90
  path: `${filePath}/content-types/{{ singularName }}/schema.json`,
108
91
  templateFile: `templates/${language}/content-type.schema.json.hbs`,
109
92
  data: {
110
- collectionName: (0, slugify_1.default)(answers.pluralName, { separator: '_' }),
111
- },
112
- },
93
+ collectionName: slugify(answers.pluralName, {
94
+ separator: '_'
95
+ })
96
+ }
97
+ }
113
98
  ];
114
99
  if (Object.entries(attributes).length > 0) {
115
100
  baseActions.push({
116
101
  type: 'modify',
117
102
  path: `${filePath}/content-types/{{ singularName }}/schema.json`,
118
- transform(template) {
103
+ transform (template) {
119
104
  const parsedTemplate = JSON.parse(template);
120
105
  parsedTemplate.attributes = attributes;
121
106
  return JSON.stringify(parsedTemplate, null, 2);
122
- },
107
+ }
123
108
  });
124
109
  }
125
110
  if (answers.bootstrapApi) {
@@ -127,32 +112,38 @@ exports.default = (plop) => {
127
112
  let uid;
128
113
  if (answers.destination === 'new') {
129
114
  uid = `api::${answers.id}.${singularName}`;
130
- }
131
- else if (answers.api) {
115
+ } else if (answers.api) {
132
116
  uid = `api::${answers.api}.${singularName}`;
133
- }
134
- else if (answers.plugin) {
117
+ } else if (answers.plugin) {
135
118
  uid = `plugin::${answers.plugin}.${singularName}`;
136
119
  }
137
120
  baseActions.push({
138
121
  type: 'add',
139
122
  path: `${filePath}/controllers/{{ singularName }}.${language}`,
140
123
  templateFile: `templates/${language}/core-controller.${language}.hbs`,
141
- data: { uid },
124
+ data: {
125
+ uid
126
+ }
142
127
  }, {
143
128
  type: 'add',
144
129
  path: `${filePath}/services/{{ singularName }}.${language}`,
145
130
  templateFile: `templates/${language}/core-service.${language}.hbs`,
146
- data: { uid },
131
+ data: {
132
+ uid
133
+ }
147
134
  }, {
148
135
  type: 'add',
149
136
  path: `${filePath}/routes/{{ singularName }}.${language}`,
150
137
  templateFile: `templates/${language}/core-router.${language}.hbs`,
151
- data: { uid },
138
+ data: {
139
+ uid
140
+ }
152
141
  });
153
142
  }
154
143
  return baseActions;
155
- },
144
+ }
156
145
  });
157
- };
158
- //# sourceMappingURL=content-type.js.map
146
+ });
147
+
148
+ module.exports = generateContentType;
149
+ //# sourceMappingURL=content-type.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"content-type.js","sourceRoot":"","sources":["../../src/plops/content-type.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AACA,+BAA4B;AAC5B,oEAA4C;AAC5C,wDAA0B;AAC1B,qDAAuC;AACvC,gFAA+C;AAE/C,gGAAsE;AACtE,0EAAgD;AAChD,kFAAwD;AACxD,0EAAiD;AACjD,oGAAyE;AACzE,8FAAoE;AACpE,4FAAkE;AAElE,kBAAe,CAAC,IAAiB,EAAE,EAAE;IACnC,kBAAkB;IAClB,IAAI,CAAC,YAAY,CAAC,cAAc,EAAE;QAChC,WAAW,EAAE,oCAAoC;QACjD,KAAK,CAAC,OAAO,CAAC,QAAQ;YACpB,MAAM,MAAM,GAAG,MAAM,QAAQ,CAAC,MAAM,CAAC;gBACnC,GAAG,0BAAc;gBACjB,GAAG,sBAAW;gBACd,GAAG,mCAAsB;aAC1B,CAAC,CAAC;YACH,MAAM,UAAU,GAAG,MAAM,IAAA,gCAAoB,EAAC,QAAQ,CAAC,CAAC;YAExD,MAAM,GAAG,GAAG,MAAM,QAAQ,CAAC,MAAM,CAAC;gBAChC,GAAG,IAAA,iCAAqB,EAAC,OAAO,EAAE,IAAI,CAAC,eAAe,EAAE,CAAC;gBACzD;oBACE,IAAI,EAAE,CAAC,OAAO,EAAE,EAAE,CAAC,OAAO,CAAC,WAAW,KAAK,KAAK;oBAChD,IAAI,EAAE,OAAO;oBACb,IAAI,EAAE,IAAI;oBACV,OAAO,EAAE,MAAM,CAAC,YAAY;oBAC5B,OAAO,EAAE,sBAAsB;oBAC/B,KAAK,CAAC,QAAQ,CAAC,KAAK;wBAClB,IAAI,CAAC,KAAK,CAAC,WAAW,CAAC,KAAK,CAAC,EAAE;4BAC7B,OAAO,6BAA6B,CAAC;yBACtC;wBAED,MAAM,OAAO,GAAG,IAAA,WAAI,EAAC,IAAI,CAAC,eAAe,EAAE,EAAE,KAAK,CAAC,CAAC;wBACpD,MAAM,MAAM,GAAG,MAAM,kBAAE,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;wBAE5C,IAAI,CAAC,MAAM,EAAE;4BACX,OAAO,IAAI,CAAC;yBACb;wBAED,MAAM,MAAM,GAAG,MAAM,kBAAE,CAAC,OAAO,CAAC,OAAO,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,CAAC,CAAC;wBAClE,MAAM,aAAa,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,WAAW,EAAE,CAAC,CAAC;wBAE9D,IAAI,aAAa,CAAC,SAAS,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,IAAI,KAAK,KAAK,CAAC,KAAK,CAAC,CAAC,EAAE;4BAC/D,MAAM,IAAI,KAAK,CAAC,6BAA6B,CAAC,CAAC;yBAChD;wBAED,OAAO,IAAI,CAAC;oBACd,CAAC;iBACF;gBACD,GAAG,+BAAmB;aACvB,CAAC,CAAC;YAEH,OAAO;gBACL,GAAG,MAAM;gBACT,GAAG,GAAG;gBACN,UAAU;aACX,CAAC;QACJ,CAAC;QACD,OAAO,CAAC,OAAO;YACb,IAAI,CAAC,OAAO,EAAE;gBACZ,OAAO,EAAE,CAAC;aACX;YAED,MAAM,UAAU,GAAG,OAAO,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC,MAAW,EAAE,MAAW,EAAE,EAAE;gBACxE,MAAM,GAAG,GAAQ,EAAE,IAAI,EAAE,MAAM,CAAC,aAAa,EAAE,CAAC;gBAEhD,IAAI,MAAM,CAAC,aAAa,KAAK,aAAa,EAAE;oBAC1C,GAAG,CAAC,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,IAAY,EAAE,EAAE,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC,CAAC;iBACtE;gBAED,IAAI,MAAM,CAAC,aAAa,KAAK,OAAO,EAAE;oBACpC,GAAG,CAAC,YAAY,GAAG,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,CAAC,CAAC;oBAC3D,GAAG,CAAC,QAAQ,GAAG,MAAM,CAAC,QAAQ,CAAC;iBAChC;gBAED,OAAO,MAAM,CAAC,MAAM,CAAC,MAAM,EAAE,EAAE,CAAC,MAAM,CAAC,aAAa,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,CAAC;YACpE,CAAC,EAAE,EAAE,CAAC,CAAC;YAEP,MAAM,QAAQ,GAAG,IAAA,uBAAW,EAAC,OAAO,CAAC,WAAW,CAAC,CAAC;YAClD,6BAA6B;YAC7B,MAAM,UAAU,GAAG,OAAO,CAAC,GAAG,EAAE,CAAC;YACjC,MAAM,QAAQ,GAAG,0BAAO,CAAC,qBAAqB,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC;YAEzE,MAAM,WAAW,GAAsB;gBACrC;oBACE,IAAI,EAAE,KAAK;oBACX,IAAI,EAAE,GAAG,QAAQ,+CAA+C;oBAChE,YAAY,EAAE,aAAa,QAAQ,+BAA+B;oBAClE,IAAI,EAAE;wBACJ,cAAc,EAAE,IAAA,iBAAO,EAAC,OAAO,CAAC,UAAU,EAAE,EAAE,SAAS,EAAE,GAAG,EAAE,CAAC;qBAChE;iBACF;aACF,CAAC;YAEF,IAAI,MAAM,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC,MAAM,GAAG,CAAC,EAAE;gBACzC,WAAW,CAAC,IAAI,CAAC;oBACf,IAAI,EAAE,QAAQ;oBACd,IAAI,EAAE,GAAG,QAAQ,+CAA+C;oBAChE,SAAS,CAAC,QAAgB;wBACxB,MAAM,cAAc,GAAG,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC;wBAC5C,cAAc,CAAC,UAAU,GAAG,UAAU,CAAC;wBACvC,OAAO,IAAI,CAAC,SAAS,CAAC,cAAc,EAAE,IAAI,EAAE,CAAC,CAAC,CAAC;oBACjD,CAAC;iBACF,CAAC,CAAC;aACJ;YAED,IAAI,OAAO,CAAC,YAAY,EAAE;gBACxB,MAAM,EAAE,YAAY,EAAE,GAAG,OAAO,CAAC;gBAEjC,IAAI,GAAG,CAAC;gBACR,IAAI,OAAO,CAAC,WAAW,KAAK,KAAK,EAAE;oBACjC,GAAG,GAAG,QAAQ,OAAO,CAAC,EAAE,IAAI,YAAY,EAAE,CAAC;iBAC5C;qBAAM,IAAI,OAAO,CAAC,GAAG,EAAE;oBACtB,GAAG,GAAG,QAAQ,OAAO,CAAC,GAAG,IAAI,YAAY,EAAE,CAAC;iBAC7C;qBAAM,IAAI,OAAO,CAAC,MAAM,EAAE;oBACzB,GAAG,GAAG,WAAW,OAAO,CAAC,MAAM,IAAI,YAAY,EAAE,CAAC;iBACnD;gBAED,WAAW,CAAC,IAAI,CACd;oBACE,IAAI,EAAE,KAAK;oBACX,IAAI,EAAE,GAAG,QAAQ,mCAAmC,QAAQ,EAAE;oBAC9D,YAAY,EAAE,aAAa,QAAQ,oBAAoB,QAAQ,MAAM;oBACrE,IAAI,EAAE,EAAE,GAAG,EAAE;iBACd,EACD;oBACE,IAAI,EAAE,KAAK;oBACX,IAAI,EAAE,GAAG,QAAQ,gCAAgC,QAAQ,EAAE;oBAC3D,YAAY,EAAE,aAAa,QAAQ,iBAAiB,QAAQ,MAAM;oBAClE,IAAI,EAAE,EAAE,GAAG,EAAE;iBACd,EACD;oBACE,IAAI,EAAE,KAAK;oBACX,IAAI,EAAE,GAAG,QAAQ,8BAA8B,QAAQ,EAAE;oBACzD,YAAY,EAAE,aAAa,QAAQ,gBAAgB,QAAQ,MAAM;oBACjE,IAAI,EAAE,EAAE,GAAG,EAAE;iBACd,CACF,CAAC;aACH;YAED,OAAO,WAAW,CAAC;QACrB,CAAC;KACF,CAAC,CAAC;AACL,CAAC,CAAC"}
1
+ {"version":3,"file":"content-type.js","sources":["../../src/plops/content-type.ts"],"sourcesContent":["import { join } from 'path';\nimport type { NodePlopAPI, ActionType } from 'plop';\nimport slugify from '@sindresorhus/slugify';\nimport fs from 'fs-extra';\nimport { strings } from '@strapi/utils';\nimport tsUtils from '@strapi/typescript-utils';\n\nimport getDestinationPrompts from './prompts/get-destination-prompts';\nimport getFilePath from './utils/get-file-path';\nimport ctNamesPrompts from './prompts/ct-names-prompts';\nimport kindPrompts from './prompts/kind-prompts';\nimport getAttributesPrompts from './prompts/get-attributes-prompts';\nimport bootstrapApiPrompts from './prompts/bootstrap-api-prompts';\n\nexport default (plop: NodePlopAPI) => {\n // Model generator\n plop.setGenerator('content-type', {\n description: 'Generate a content type for an API',\n async prompts(inquirer) {\n const config = await inquirer.prompt([...ctNamesPrompts, ...kindPrompts]);\n const attributes = await getAttributesPrompts(inquirer);\n\n const api = await inquirer.prompt([\n ...getDestinationPrompts('model', plop.getDestBasePath()),\n {\n when: (answers) => answers.destination === 'new',\n type: 'input',\n name: 'id',\n default: config.singularName,\n message: 'Name of the new API?',\n async validate(input) {\n if (!strings.isKebabCase(input)) {\n return 'Value must be in kebab-case';\n }\n\n const apiPath = join(plop.getDestBasePath(), 'api');\n const exists = await fs.pathExists(apiPath);\n\n if (!exists) {\n return true;\n }\n\n const apiDir = await fs.readdir(apiPath, { withFileTypes: true });\n const apiDirContent = apiDir.filter((fd) => fd.isDirectory());\n\n if (apiDirContent.findIndex((dir) => dir.name === input) !== -1) {\n throw new Error('This name is already taken.');\n }\n\n return true;\n },\n },\n ...bootstrapApiPrompts,\n ]);\n\n return {\n ...config,\n ...api,\n attributes,\n };\n },\n actions(answers) {\n if (!answers) {\n return [];\n }\n\n const attributes = answers.attributes.reduce((object: any, answer: any) => {\n const val: any = { type: answer.attributeType };\n\n if (answer.attributeType === 'enumeration') {\n val.enum = answer.enum.split(',').map((item: string) => item.trim());\n }\n\n if (answer.attributeType === 'media') {\n val.allowedTypes = ['images', 'files', 'videos', 'audios'];\n val.multiple = answer.multiple;\n }\n\n return Object.assign(object, { [answer.attributeName]: val }, {});\n }, {});\n\n const filePath = getFilePath(answers.destination);\n const currentDir = process.cwd();\n const language = tsUtils.isUsingTypeScriptSync(currentDir) ? 'ts' : 'js';\n\n const baseActions: Array<ActionType> = [\n {\n type: 'add',\n path: `${filePath}/content-types/{{ singularName }}/schema.json`,\n templateFile: `templates/${language}/content-type.schema.json.hbs`,\n data: {\n collectionName: slugify(answers.pluralName, { separator: '_' }),\n },\n },\n ];\n\n if (Object.entries(attributes).length > 0) {\n baseActions.push({\n type: 'modify',\n path: `${filePath}/content-types/{{ singularName }}/schema.json`,\n transform(template: string) {\n const parsedTemplate = JSON.parse(template);\n parsedTemplate.attributes = attributes;\n return JSON.stringify(parsedTemplate, null, 2);\n },\n });\n }\n\n if (answers.bootstrapApi) {\n const { singularName } = answers;\n\n let uid;\n if (answers.destination === 'new') {\n uid = `api::${answers.id}.${singularName}`;\n } else if (answers.api) {\n uid = `api::${answers.api}.${singularName}`;\n } else if (answers.plugin) {\n uid = `plugin::${answers.plugin}.${singularName}`;\n }\n\n baseActions.push(\n {\n type: 'add',\n path: `${filePath}/controllers/{{ singularName }}.${language}`,\n templateFile: `templates/${language}/core-controller.${language}.hbs`,\n data: { uid },\n },\n {\n type: 'add',\n path: `${filePath}/services/{{ singularName }}.${language}`,\n templateFile: `templates/${language}/core-service.${language}.hbs`,\n data: { uid },\n },\n {\n type: 'add',\n path: `${filePath}/routes/{{ singularName }}.${language}`,\n templateFile: `templates/${language}/core-router.${language}.hbs`,\n data: { uid },\n }\n );\n }\n\n return baseActions;\n },\n });\n};\n"],"names":["plop","setGenerator","description","prompts","inquirer","config","prompt","ctNamesPrompts","kindPrompts","attributes","getAttributesPrompts","api","getDestinationPrompts","getDestBasePath","when","answers","destination","type","name","default","singularName","message","validate","input","strings","isKebabCase","apiPath","join","exists","fs","pathExists","apiDir","readdir","withFileTypes","apiDirContent","filter","fd","isDirectory","findIndex","dir","Error","bootstrapApiPrompts","actions","reduce","object","answer","val","attributeType","enum","split","map","item","trim","allowedTypes","multiple","Object","assign","attributeName","filePath","getFilePath","currentDir","process","cwd","language","tsUtils","isUsingTypeScriptSync","baseActions","path","templateFile","data","collectionName","slugify","pluralName","separator","entries","length","push","transform","template","parsedTemplate","JSON","parse","stringify","bootstrapApi","uid","id","plugin"],"mappings":"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"}
@@ -0,0 +1,147 @@
1
+ import { join } from 'path';
2
+ import slugify from '@sindresorhus/slugify';
3
+ import fs from 'fs-extra';
4
+ import { strings } from '@strapi/utils';
5
+ import tsUtils from '@strapi/typescript-utils';
6
+ import getDestinationPrompts from './prompts/get-destination-prompts.mjs';
7
+ import getFilePath from './utils/get-file-path.mjs';
8
+ import questions from './prompts/ct-names-prompts.mjs';
9
+ import questions$1 from './prompts/kind-prompts.mjs';
10
+ import getAttributesPrompts from './prompts/get-attributes-prompts.mjs';
11
+ import questions$2 from './prompts/bootstrap-api-prompts.mjs';
12
+
13
+ var generateContentType = ((plop)=>{
14
+ // Model generator
15
+ plop.setGenerator('content-type', {
16
+ description: 'Generate a content type for an API',
17
+ async prompts (inquirer) {
18
+ const config = await inquirer.prompt([
19
+ ...questions,
20
+ ...questions$1
21
+ ]);
22
+ const attributes = await getAttributesPrompts(inquirer);
23
+ const api = await inquirer.prompt([
24
+ ...getDestinationPrompts('model', plop.getDestBasePath()),
25
+ {
26
+ when: (answers)=>answers.destination === 'new',
27
+ type: 'input',
28
+ name: 'id',
29
+ default: config.singularName,
30
+ message: 'Name of the new API?',
31
+ async validate (input) {
32
+ if (!strings.isKebabCase(input)) {
33
+ return 'Value must be in kebab-case';
34
+ }
35
+ const apiPath = join(plop.getDestBasePath(), 'api');
36
+ const exists = await fs.pathExists(apiPath);
37
+ if (!exists) {
38
+ return true;
39
+ }
40
+ const apiDir = await fs.readdir(apiPath, {
41
+ withFileTypes: true
42
+ });
43
+ const apiDirContent = apiDir.filter((fd)=>fd.isDirectory());
44
+ if (apiDirContent.findIndex((dir)=>dir.name === input) !== -1) {
45
+ throw new Error('This name is already taken.');
46
+ }
47
+ return true;
48
+ }
49
+ },
50
+ ...questions$2
51
+ ]);
52
+ return {
53
+ ...config,
54
+ ...api,
55
+ attributes
56
+ };
57
+ },
58
+ actions (answers) {
59
+ if (!answers) {
60
+ return [];
61
+ }
62
+ const attributes = answers.attributes.reduce((object, answer)=>{
63
+ const val = {
64
+ type: answer.attributeType
65
+ };
66
+ if (answer.attributeType === 'enumeration') {
67
+ val.enum = answer.enum.split(',').map((item)=>item.trim());
68
+ }
69
+ if (answer.attributeType === 'media') {
70
+ val.allowedTypes = [
71
+ 'images',
72
+ 'files',
73
+ 'videos',
74
+ 'audios'
75
+ ];
76
+ val.multiple = answer.multiple;
77
+ }
78
+ return Object.assign(object, {
79
+ [answer.attributeName]: val
80
+ }, {});
81
+ }, {});
82
+ const filePath = getFilePath(answers.destination);
83
+ const currentDir = process.cwd();
84
+ const language = tsUtils.isUsingTypeScriptSync(currentDir) ? 'ts' : 'js';
85
+ const baseActions = [
86
+ {
87
+ type: 'add',
88
+ path: `${filePath}/content-types/{{ singularName }}/schema.json`,
89
+ templateFile: `templates/${language}/content-type.schema.json.hbs`,
90
+ data: {
91
+ collectionName: slugify(answers.pluralName, {
92
+ separator: '_'
93
+ })
94
+ }
95
+ }
96
+ ];
97
+ if (Object.entries(attributes).length > 0) {
98
+ baseActions.push({
99
+ type: 'modify',
100
+ path: `${filePath}/content-types/{{ singularName }}/schema.json`,
101
+ transform (template) {
102
+ const parsedTemplate = JSON.parse(template);
103
+ parsedTemplate.attributes = attributes;
104
+ return JSON.stringify(parsedTemplate, null, 2);
105
+ }
106
+ });
107
+ }
108
+ if (answers.bootstrapApi) {
109
+ const { singularName } = answers;
110
+ let uid;
111
+ if (answers.destination === 'new') {
112
+ uid = `api::${answers.id}.${singularName}`;
113
+ } else if (answers.api) {
114
+ uid = `api::${answers.api}.${singularName}`;
115
+ } else if (answers.plugin) {
116
+ uid = `plugin::${answers.plugin}.${singularName}`;
117
+ }
118
+ baseActions.push({
119
+ type: 'add',
120
+ path: `${filePath}/controllers/{{ singularName }}.${language}`,
121
+ templateFile: `templates/${language}/core-controller.${language}.hbs`,
122
+ data: {
123
+ uid
124
+ }
125
+ }, {
126
+ type: 'add',
127
+ path: `${filePath}/services/{{ singularName }}.${language}`,
128
+ templateFile: `templates/${language}/core-service.${language}.hbs`,
129
+ data: {
130
+ uid
131
+ }
132
+ }, {
133
+ type: 'add',
134
+ path: `${filePath}/routes/{{ singularName }}.${language}`,
135
+ templateFile: `templates/${language}/core-router.${language}.hbs`,
136
+ data: {
137
+ uid
138
+ }
139
+ });
140
+ }
141
+ return baseActions;
142
+ }
143
+ });
144
+ });
145
+
146
+ export { generateContentType as default };
147
+ //# sourceMappingURL=content-type.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"content-type.mjs","sources":["../../src/plops/content-type.ts"],"sourcesContent":["import { join } from 'path';\nimport type { NodePlopAPI, ActionType } from 'plop';\nimport slugify from '@sindresorhus/slugify';\nimport fs from 'fs-extra';\nimport { strings } from '@strapi/utils';\nimport tsUtils from '@strapi/typescript-utils';\n\nimport getDestinationPrompts from './prompts/get-destination-prompts';\nimport getFilePath from './utils/get-file-path';\nimport ctNamesPrompts from './prompts/ct-names-prompts';\nimport kindPrompts from './prompts/kind-prompts';\nimport getAttributesPrompts from './prompts/get-attributes-prompts';\nimport bootstrapApiPrompts from './prompts/bootstrap-api-prompts';\n\nexport default (plop: NodePlopAPI) => {\n // Model generator\n plop.setGenerator('content-type', {\n description: 'Generate a content type for an API',\n async prompts(inquirer) {\n const config = await inquirer.prompt([...ctNamesPrompts, ...kindPrompts]);\n const attributes = await getAttributesPrompts(inquirer);\n\n const api = await inquirer.prompt([\n ...getDestinationPrompts('model', plop.getDestBasePath()),\n {\n when: (answers) => answers.destination === 'new',\n type: 'input',\n name: 'id',\n default: config.singularName,\n message: 'Name of the new API?',\n async validate(input) {\n if (!strings.isKebabCase(input)) {\n return 'Value must be in kebab-case';\n }\n\n const apiPath = join(plop.getDestBasePath(), 'api');\n const exists = await fs.pathExists(apiPath);\n\n if (!exists) {\n return true;\n }\n\n const apiDir = await fs.readdir(apiPath, { withFileTypes: true });\n const apiDirContent = apiDir.filter((fd) => fd.isDirectory());\n\n if (apiDirContent.findIndex((dir) => dir.name === input) !== -1) {\n throw new Error('This name is already taken.');\n }\n\n return true;\n },\n },\n ...bootstrapApiPrompts,\n ]);\n\n return {\n ...config,\n ...api,\n attributes,\n };\n },\n actions(answers) {\n if (!answers) {\n return [];\n }\n\n const attributes = answers.attributes.reduce((object: any, answer: any) => {\n const val: any = { type: answer.attributeType };\n\n if (answer.attributeType === 'enumeration') {\n val.enum = answer.enum.split(',').map((item: string) => item.trim());\n }\n\n if (answer.attributeType === 'media') {\n val.allowedTypes = ['images', 'files', 'videos', 'audios'];\n val.multiple = answer.multiple;\n }\n\n return Object.assign(object, { [answer.attributeName]: val }, {});\n }, {});\n\n const filePath = getFilePath(answers.destination);\n const currentDir = process.cwd();\n const language = tsUtils.isUsingTypeScriptSync(currentDir) ? 'ts' : 'js';\n\n const baseActions: Array<ActionType> = [\n {\n type: 'add',\n path: `${filePath}/content-types/{{ singularName }}/schema.json`,\n templateFile: `templates/${language}/content-type.schema.json.hbs`,\n data: {\n collectionName: slugify(answers.pluralName, { separator: '_' }),\n },\n },\n ];\n\n if (Object.entries(attributes).length > 0) {\n baseActions.push({\n type: 'modify',\n path: `${filePath}/content-types/{{ singularName }}/schema.json`,\n transform(template: string) {\n const parsedTemplate = JSON.parse(template);\n parsedTemplate.attributes = attributes;\n return JSON.stringify(parsedTemplate, null, 2);\n },\n });\n }\n\n if (answers.bootstrapApi) {\n const { singularName } = answers;\n\n let uid;\n if (answers.destination === 'new') {\n uid = `api::${answers.id}.${singularName}`;\n } else if (answers.api) {\n uid = `api::${answers.api}.${singularName}`;\n } else if (answers.plugin) {\n uid = `plugin::${answers.plugin}.${singularName}`;\n }\n\n baseActions.push(\n {\n type: 'add',\n path: `${filePath}/controllers/{{ singularName }}.${language}`,\n templateFile: `templates/${language}/core-controller.${language}.hbs`,\n data: { uid },\n },\n {\n type: 'add',\n path: `${filePath}/services/{{ singularName }}.${language}`,\n templateFile: `templates/${language}/core-service.${language}.hbs`,\n data: { uid },\n },\n {\n type: 'add',\n path: `${filePath}/routes/{{ singularName }}.${language}`,\n templateFile: `templates/${language}/core-router.${language}.hbs`,\n data: { uid },\n }\n );\n }\n\n return baseActions;\n },\n });\n};\n"],"names":["plop","setGenerator","description","prompts","inquirer","config","prompt","ctNamesPrompts","kindPrompts","attributes","getAttributesPrompts","api","getDestinationPrompts","getDestBasePath","when","answers","destination","type","name","default","singularName","message","validate","input","strings","isKebabCase","apiPath","join","exists","fs","pathExists","apiDir","readdir","withFileTypes","apiDirContent","filter","fd","isDirectory","findIndex","dir","Error","bootstrapApiPrompts","actions","reduce","object","answer","val","attributeType","enum","split","map","item","trim","allowedTypes","multiple","Object","assign","attributeName","filePath","getFilePath","currentDir","process","cwd","language","tsUtils","isUsingTypeScriptSync","baseActions","path","templateFile","data","collectionName","slugify","pluralName","separator","entries","length","push","transform","template","parsedTemplate","JSON","parse","stringify","bootstrapApi","uid","id","plugin"],"mappings":"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"}
@@ -1,3 +1,4 @@
1
- import { NodePlopAPI } from 'plop';
1
+ import type { NodePlopAPI } from 'plop';
2
2
  declare const _default: (plop: NodePlopAPI) => void;
3
3
  export default _default;
4
+ //# sourceMappingURL=controller.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"controller.d.ts","sourceRoot":"","sources":["../../src/plops/controller.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,MAAM,CAAC;+BAOlB,WAAW;AAAjC,wBA+BE"}
@@ -1,13 +1,11 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- const typescript_utils_1 = __importDefault(require("@strapi/typescript-utils"));
7
- const get_destination_prompts_1 = __importDefault(require("./prompts/get-destination-prompts"));
8
- const get_file_path_1 = __importDefault(require("./utils/get-file-path"));
9
- const validate_input_1 = __importDefault(require("./utils/validate-input"));
10
- exports.default = (plop) => {
1
+ 'use strict';
2
+
3
+ var tsUtils = require('@strapi/typescript-utils');
4
+ var getDestinationPrompts = require('./prompts/get-destination-prompts.js');
5
+ var getFilePath = require('./utils/get-file-path.js');
6
+ var validateInput = require('./utils/validate-input.js');
7
+
8
+ var generateController = ((plop)=>{
11
9
  // Controller generator
12
10
  plop.setGenerator('controller', {
13
11
  description: 'Generate a controller for an API',
@@ -16,25 +14,27 @@ exports.default = (plop) => {
16
14
  type: 'input',
17
15
  name: 'id',
18
16
  message: 'Controller name',
19
- validate: (input) => (0, validate_input_1.default)(input),
17
+ validate: (input)=>validateInput(input)
20
18
  },
21
- ...(0, get_destination_prompts_1.default)('controller', plop.getDestBasePath()),
19
+ ...getDestinationPrompts('controller', plop.getDestBasePath())
22
20
  ],
23
- actions(answers) {
21
+ actions (answers) {
24
22
  if (!answers) {
25
23
  return [];
26
24
  }
27
- const filePath = (0, get_file_path_1.default)(answers.destination);
25
+ const filePath = getFilePath(answers.destination);
28
26
  const currentDir = process.cwd();
29
- const language = typescript_utils_1.default.isUsingTypeScriptSync(currentDir) ? 'ts' : 'js';
27
+ const language = tsUtils.isUsingTypeScriptSync(currentDir) ? 'ts' : 'js';
30
28
  return [
31
29
  {
32
30
  type: 'add',
33
31
  path: `${filePath}/controllers/{{ id }}.${language}`,
34
- templateFile: `templates/${language}/controller.${language}.hbs`,
35
- },
32
+ templateFile: `templates/${language}/controller.${language}.hbs`
33
+ }
36
34
  ];
37
- },
35
+ }
38
36
  });
39
- };
40
- //# sourceMappingURL=controller.js.map
37
+ });
38
+
39
+ module.exports = generateController;
40
+ //# sourceMappingURL=controller.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"controller.js","sourceRoot":"","sources":["../../src/plops/controller.ts"],"names":[],"mappings":";;;;;AACA,gFAA+C;AAE/C,gGAAsE;AACtE,0EAAgD;AAChD,4EAAmD;AAEnD,kBAAe,CAAC,IAAiB,EAAE,EAAE;IACnC,uBAAuB;IACvB,IAAI,CAAC,YAAY,CAAC,YAAY,EAAE;QAC9B,WAAW,EAAE,kCAAkC;QAC/C,OAAO,EAAE;YACP;gBACE,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,IAAI;gBACV,OAAO,EAAE,iBAAiB;gBAC1B,QAAQ,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,IAAA,wBAAa,EAAC,KAAK,CAAC;aAC1C;YACD,GAAG,IAAA,iCAAqB,EAAC,YAAY,EAAE,IAAI,CAAC,eAAe,EAAE,CAAC;SAC/D;QACD,OAAO,CAAC,OAAO;YACb,IAAI,CAAC,OAAO,EAAE;gBACZ,OAAO,EAAE,CAAC;aACX;YAED,MAAM,QAAQ,GAAG,IAAA,uBAAW,EAAC,OAAO,CAAC,WAAW,CAAC,CAAC;YAClD,MAAM,UAAU,GAAG,OAAO,CAAC,GAAG,EAAE,CAAC;YACjC,MAAM,QAAQ,GAAG,0BAAO,CAAC,qBAAqB,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC;YAEzE,OAAO;gBACL;oBACE,IAAI,EAAE,KAAK;oBACX,IAAI,EAAE,GAAG,QAAQ,yBAAyB,QAAQ,EAAE;oBACpD,YAAY,EAAE,aAAa,QAAQ,eAAe,QAAQ,MAAM;iBACjE;aACF,CAAC;QACJ,CAAC;KACF,CAAC,CAAC;AACL,CAAC,CAAC"}
1
+ {"version":3,"file":"controller.js","sources":["../../src/plops/controller.ts"],"sourcesContent":["import type { NodePlopAPI } from 'plop';\nimport tsUtils from '@strapi/typescript-utils';\n\nimport getDestinationPrompts from './prompts/get-destination-prompts';\nimport getFilePath from './utils/get-file-path';\nimport validateInput from './utils/validate-input';\n\nexport default (plop: NodePlopAPI) => {\n // Controller generator\n plop.setGenerator('controller', {\n description: 'Generate a controller for an API',\n prompts: [\n {\n type: 'input',\n name: 'id',\n message: 'Controller name',\n validate: (input) => validateInput(input),\n },\n ...getDestinationPrompts('controller', plop.getDestBasePath()),\n ],\n actions(answers) {\n if (!answers) {\n return [];\n }\n\n const filePath = getFilePath(answers.destination);\n const currentDir = process.cwd();\n const language = tsUtils.isUsingTypeScriptSync(currentDir) ? 'ts' : 'js';\n\n return [\n {\n type: 'add',\n path: `${filePath}/controllers/{{ id }}.${language}`,\n templateFile: `templates/${language}/controller.${language}.hbs`,\n },\n ];\n },\n });\n};\n"],"names":["plop","setGenerator","description","prompts","type","name","message","validate","input","validateInput","getDestinationPrompts","getDestBasePath","actions","answers","filePath","getFilePath","destination","currentDir","process","cwd","language","tsUtils","isUsingTypeScriptSync","path","templateFile"],"mappings":";;;;;;;AAOA,yBAAe,CAAA,CAACA,IAAAA,GAAAA;;IAEdA,IAAKC,CAAAA,YAAY,CAAC,YAAc,EAAA;QAC9BC,WAAa,EAAA,kCAAA;QACbC,OAAS,EAAA;AACP,YAAA;gBACEC,IAAM,EAAA,OAAA;gBACNC,IAAM,EAAA,IAAA;gBACNC,OAAS,EAAA,iBAAA;gBACTC,QAAU,EAAA,CAACC,QAAUC,aAAcD,CAAAA,KAAAA;AACrC,aAAA;eACGE,qBAAsB,CAAA,YAAA,EAAcV,KAAKW,eAAe,EAAA;AAC5D,SAAA;AACDC,QAAAA,OAAAA,CAAAA,CAAQC,OAAO,EAAA;AACb,YAAA,IAAI,CAACA,OAAS,EAAA;AACZ,gBAAA,OAAO,EAAE;AACX;YAEA,MAAMC,QAAAA,GAAWC,WAAYF,CAAAA,OAAAA,CAAQG,WAAW,CAAA;YAChD,MAAMC,UAAAA,GAAaC,QAAQC,GAAG,EAAA;AAC9B,YAAA,MAAMC,QAAWC,GAAAA,OAAAA,CAAQC,qBAAqB,CAACL,cAAc,IAAO,GAAA,IAAA;YAEpE,OAAO;AACL,gBAAA;oBACEb,IAAM,EAAA,KAAA;AACNmB,oBAAAA,IAAAA,EAAM,CAAC,EAAET,QAAAA,CAAS,sBAAsB,EAAEM,SAAS,CAAC;oBACpDI,YAAc,EAAA,CAAC,UAAU,EAAEJ,QAAAA,CAAS,YAAY,EAAEA,QAAAA,CAAS,IAAI;AACjE;AACD,aAAA;AACH;AACF,KAAA,CAAA;AACF,CAAA;;;;"}