create-wp-typia 0.1.0 → 1.0.0

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 (91) hide show
  1. package/README.md +8 -28
  2. package/bin/create-wp-typia.js +3 -0
  3. package/package.json +9 -37
  4. package/dist/cli.js +0 -87837
  5. package/dist/highlights-eq9cgrbb.scm +0 -604
  6. package/dist/highlights-ghv9g403.scm +0 -205
  7. package/dist/highlights-hk7bwhj4.scm +0 -284
  8. package/dist/highlights-r812a2qc.scm +0 -150
  9. package/dist/highlights-x6tmsnaa.scm +0 -115
  10. package/dist/injections-73j83es3.scm +0 -27
  11. package/dist/tree-sitter-javascript-nd0q4pe9.wasm +0 -0
  12. package/dist/tree-sitter-markdown-411r6y9b.wasm +0 -0
  13. package/dist/tree-sitter-markdown_inline-j5349f42.wasm +0 -0
  14. package/dist/tree-sitter-typescript-zxjzwt75.wasm +0 -0
  15. package/dist/tree-sitter-zig-e78zbjpm.wasm +0 -0
  16. package/lib/entry.js +0 -29
  17. package/lib/node-cli.js +0 -326
  18. package/lib/package-managers.d.ts +0 -29
  19. package/lib/package-managers.js +0 -170
  20. package/lib/scaffold.d.ts +0 -64
  21. package/lib/scaffold.js +0 -565
  22. package/lib/template-registry.d.ts +0 -18
  23. package/lib/template-registry.js +0 -58
  24. package/src/cli.ts +0 -329
  25. package/templates/advanced/README.md.mustache +0 -70
  26. package/templates/advanced/block.json.mustache +0 -42
  27. package/templates/advanced/index.js +0 -21
  28. package/templates/advanced/package.json.mustache +0 -48
  29. package/templates/advanced/scripts/generate-migrations.ts.mustache +0 -267
  30. package/templates/advanced/scripts/lib/typia-metadata-core.ts +0 -806
  31. package/templates/advanced/scripts/migration-cli.ts.mustache +0 -260
  32. package/templates/advanced/scripts/sync-types-to-block-json.ts.mustache +0 -25
  33. package/templates/advanced/src/admin/migration-dashboard.tsx.mustache +0 -450
  34. package/templates/advanced/src/components/ErrorBoundary.tsx.mustache +0 -47
  35. package/templates/advanced/src/deprecated.ts.mustache +0 -184
  36. package/templates/advanced/src/edit.tsx.mustache +0 -93
  37. package/templates/advanced/src/hooks/useDebounce.ts.mustache +0 -20
  38. package/templates/advanced/src/hooks/useLocalStorage.ts.mustache +0 -31
  39. package/templates/advanced/src/hooks.ts.mustache +0 -56
  40. package/templates/advanced/src/index.tsx.mustache +0 -16
  41. package/templates/advanced/src/migration-detector.ts.mustache +0 -417
  42. package/templates/advanced/src/migrations/index.ts.mustache +0 -361
  43. package/templates/advanced/src/save.tsx.mustache +0 -40
  44. package/templates/advanced/src/style.scss.mustache +0 -84
  45. package/templates/advanced/src/types/versions.ts.mustache +0 -108
  46. package/templates/advanced/src/types.ts.mustache +0 -45
  47. package/templates/advanced/src/utils/classnames.ts.mustache +0 -51
  48. package/templates/advanced/src/utils/debounce.ts.mustache +0 -37
  49. package/templates/advanced/src/utils/index.ts.mustache +0 -7
  50. package/templates/advanced/src/utils/uuid.ts.mustache +0 -17
  51. package/templates/advanced/src/validators.ts.mustache +0 -39
  52. package/templates/advanced/src/view.ts.mustache +0 -59
  53. package/templates/advanced/tsconfig.json.mustache +0 -9
  54. package/templates/advanced/webpack.config.js.mustache +0 -85
  55. package/templates/basic/package.json.mustache +0 -39
  56. package/templates/basic/scripts/lib/typia-metadata-core.ts +0 -806
  57. package/templates/basic/scripts/sync-types-to-block-json.ts +0 -25
  58. package/templates/basic/src/block.json +0 -51
  59. package/templates/basic/src/edit.tsx +0 -85
  60. package/templates/basic/src/hooks.ts +0 -75
  61. package/templates/basic/src/index.tsx +0 -37
  62. package/templates/basic/src/save.tsx +0 -27
  63. package/templates/basic/src/style.scss +0 -42
  64. package/templates/basic/src/types.ts +0 -47
  65. package/templates/basic/src/validators.ts +0 -39
  66. package/templates/basic/tsconfig.json +0 -20
  67. package/templates/basic/webpack.config.js +0 -85
  68. package/templates/full/package.json.mustache +0 -40
  69. package/templates/full/scripts/lib/typia-metadata-core.ts +0 -806
  70. package/templates/full/scripts/sync-types-to-block-json.ts.mustache +0 -25
  71. package/templates/full/src/block.json.mustache +0 -121
  72. package/templates/full/src/edit.tsx.mustache +0 -300
  73. package/templates/full/src/editor.scss.mustache +0 -251
  74. package/templates/full/src/hooks.ts.mustache +0 -140
  75. package/templates/full/src/index.tsx.mustache +0 -27
  76. package/templates/full/src/save.tsx.mustache +0 -39
  77. package/templates/full/src/style.scss.mustache +0 -224
  78. package/templates/full/src/types.ts.mustache +0 -34
  79. package/templates/full/src/validators.ts.mustache +0 -84
  80. package/templates/full/tsconfig.json.mustache +0 -9
  81. package/templates/full/webpack.config.js.mustache +0 -85
  82. package/templates/interactivity/package.json.mustache +0 -41
  83. package/templates/interactivity/scripts/lib/typia-metadata-core.ts +0 -806
  84. package/templates/interactivity/scripts/sync-types-to-block-json.ts.mustache +0 -25
  85. package/templates/interactivity/src/block.json.mustache +0 -75
  86. package/templates/interactivity/src/edit.tsx.mustache +0 -206
  87. package/templates/interactivity/src/interactivity.ts.mustache +0 -183
  88. package/templates/interactivity/src/save.tsx.mustache +0 -87
  89. package/templates/interactivity/src/types.ts.mustache +0 -29
  90. package/templates/interactivity/tsconfig.json.mustache +0 -9
  91. package/templates/interactivity/webpack.config.js.mustache +0 -85

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.