@maka/maka-cli 5.3.1 → 5.3.3

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 (816) hide show
  1. package/bundle/typescript/package.json +107 -0
  2. package/bundle/typescript/src/README.md +37 -0
  3. package/bundle/typescript/src/command.d.ts +37 -0
  4. package/bundle/typescript/src/command.js +231 -0
  5. package/bundle/typescript/src/command.js.map +1 -0
  6. package/bundle/typescript/src/commands/_index.d.ts +23 -0
  7. package/bundle/typescript/src/commands/_index.js +25 -0
  8. package/bundle/typescript/src/commands/_index.js.map +1 -0
  9. package/bundle/typescript/src/commands/aws/_index.d.ts +16 -0
  10. package/bundle/typescript/src/commands/aws/_index.js +17 -0
  11. package/bundle/typescript/src/commands/aws/_index.js.map +1 -0
  12. package/bundle/typescript/src/commands/aws/aws.command.d.ts +3 -0
  13. package/bundle/typescript/src/commands/aws/aws.command.js +15 -0
  14. package/bundle/typescript/src/commands/aws/aws.command.js.map +1 -0
  15. package/bundle/typescript/src/commands/aws/cecr.sub.cmd.d.ts +1 -0
  16. package/bundle/typescript/src/commands/aws/cecr.sub.cmd.js +38 -0
  17. package/bundle/typescript/src/commands/aws/cecr.sub.cmd.js.map +1 -0
  18. package/bundle/typescript/src/commands/aws/chz.sub.cmd.d.ts +1 -0
  19. package/bundle/typescript/src/commands/aws/chz.sub.cmd.js +41 -0
  20. package/bundle/typescript/src/commands/aws/chz.sub.cmd.js.map +1 -0
  21. package/bundle/typescript/src/commands/aws/ci.sub.cmd.d.ts +1 -0
  22. package/bundle/typescript/src/commands/aws/ci.sub.cmd.js +199 -0
  23. package/bundle/typescript/src/commands/aws/ci.sub.cmd.js.map +1 -0
  24. package/bundle/typescript/src/commands/aws/ckp.sub.cmd.d.ts +1 -0
  25. package/bundle/typescript/src/commands/aws/ckp.sub.cmd.js +42 -0
  26. package/bundle/typescript/src/commands/aws/ckp.sub.cmd.js.map +1 -0
  27. package/bundle/typescript/src/commands/aws/csg.sub.cmd.d.ts +1 -0
  28. package/bundle/typescript/src/commands/aws/csg.sub.cmd.js +43 -0
  29. package/bundle/typescript/src/commands/aws/csg.sub.cmd.js.map +1 -0
  30. package/bundle/typescript/src/commands/aws/decr.sub.cmd.d.ts +1 -0
  31. package/bundle/typescript/src/commands/aws/decr.sub.cmd.js +31 -0
  32. package/bundle/typescript/src/commands/aws/decr.sub.cmd.js.map +1 -0
  33. package/bundle/typescript/src/commands/aws/di.sub.cmd.d.ts +1 -0
  34. package/bundle/typescript/src/commands/aws/di.sub.cmd.js +35 -0
  35. package/bundle/typescript/src/commands/aws/di.sub.cmd.js.map +1 -0
  36. package/bundle/typescript/src/commands/aws/dkp.sub.cmd.d.ts +1 -0
  37. package/bundle/typescript/src/commands/aws/dkp.sub.cmd.js +25 -0
  38. package/bundle/typescript/src/commands/aws/dkp.sub.cmd.js.map +1 -0
  39. package/bundle/typescript/src/commands/aws/dsg.sub.cmd.d.ts +1 -0
  40. package/bundle/typescript/src/commands/aws/dsg.sub.cmd.js +57 -0
  41. package/bundle/typescript/src/commands/aws/dsg.sub.cmd.js.map +1 -0
  42. package/bundle/typescript/src/commands/aws/lecr.sub.cmd.d.ts +1 -0
  43. package/bundle/typescript/src/commands/aws/lecr.sub.cmd.js +32 -0
  44. package/bundle/typescript/src/commands/aws/lecr.sub.cmd.js.map +1 -0
  45. package/bundle/typescript/src/commands/aws/rbi.sub.cmd.d.ts +1 -0
  46. package/bundle/typescript/src/commands/aws/rbi.sub.cmd.js +39 -0
  47. package/bundle/typescript/src/commands/aws/rbi.sub.cmd.js.map +1 -0
  48. package/bundle/typescript/src/commands/aws/rdn.sub.cmd.d.ts +1 -0
  49. package/bundle/typescript/src/commands/aws/rdn.sub.cmd.js +104 -0
  50. package/bundle/typescript/src/commands/aws/rdn.sub.cmd.js.map +1 -0
  51. package/bundle/typescript/src/commands/aws/rkp.sub.cmd.d.ts +1 -0
  52. package/bundle/typescript/src/commands/aws/rkp.sub.cmd.js +52 -0
  53. package/bundle/typescript/src/commands/aws/rkp.sub.cmd.js.map +1 -0
  54. package/bundle/typescript/src/commands/aws/sth.sub.cmd.d.ts +1 -0
  55. package/bundle/typescript/src/commands/aws/sth.sub.cmd.js +74 -0
  56. package/bundle/typescript/src/commands/aws/sth.sub.cmd.js.map +1 -0
  57. package/bundle/typescript/src/commands/aws/ti.sub.cmd.d.ts +1 -0
  58. package/bundle/typescript/src/commands/aws/ti.sub.cmd.js +45 -0
  59. package/bundle/typescript/src/commands/aws/ti.sub.cmd.js.map +1 -0
  60. package/bundle/typescript/src/commands/build/_index.d.ts +2 -0
  61. package/bundle/typescript/src/commands/build/_index.js +3 -0
  62. package/bundle/typescript/src/commands/build/_index.js.map +1 -0
  63. package/bundle/typescript/src/commands/build/build.d.ts +3 -0
  64. package/bundle/typescript/src/commands/build/build.js +98 -0
  65. package/bundle/typescript/src/commands/build/build.js.map +1 -0
  66. package/bundle/typescript/src/commands/build/docker.sub.cmd.d.ts +1 -0
  67. package/bundle/typescript/src/commands/build/docker.sub.cmd.js +138 -0
  68. package/bundle/typescript/src/commands/build/docker.sub.cmd.js.map +1 -0
  69. package/bundle/typescript/src/commands/create.d.ts +1 -0
  70. package/bundle/typescript/src/commands/create.js +631 -0
  71. package/bundle/typescript/src/commands/create.js.map +1 -0
  72. package/bundle/typescript/src/commands/debug.d.ts +1 -0
  73. package/bundle/typescript/src/commands/debug.js +95 -0
  74. package/bundle/typescript/src/commands/debug.js.map +1 -0
  75. package/bundle/typescript/src/commands/deploy/_index.d.ts +3 -0
  76. package/bundle/typescript/src/commands/deploy/_index.js +4 -0
  77. package/bundle/typescript/src/commands/deploy/_index.js.map +1 -0
  78. package/bundle/typescript/src/commands/deploy/deploy.command.d.ts +3 -0
  79. package/bundle/typescript/src/commands/deploy/deploy.command.js +24 -0
  80. package/bundle/typescript/src/commands/deploy/deploy.command.js.map +1 -0
  81. package/bundle/typescript/src/commands/deploy/galaxy.sub.cmd.d.ts +1 -0
  82. package/bundle/typescript/src/commands/deploy/galaxy.sub.cmd.js +152 -0
  83. package/bundle/typescript/src/commands/deploy/galaxy.sub.cmd.js.map +1 -0
  84. package/bundle/typescript/src/commands/deploy/ubuntu.sub.cmd.d.ts +1 -0
  85. package/bundle/typescript/src/commands/deploy/ubuntu.sub.cmd.js +543 -0
  86. package/bundle/typescript/src/commands/deploy/ubuntu.sub.cmd.js.map +1 -0
  87. package/bundle/typescript/src/commands/game/_index.d.ts +5 -0
  88. package/bundle/typescript/src/commands/game/_index.js +7 -0
  89. package/bundle/typescript/src/commands/game/_index.js.map +1 -0
  90. package/bundle/typescript/src/commands/game/battleship.sub.cmd.d.ts +1 -0
  91. package/bundle/typescript/src/commands/game/battleship.sub.cmd.js +12 -0
  92. package/bundle/typescript/src/commands/game/battleship.sub.cmd.js.map +1 -0
  93. package/bundle/typescript/src/commands/game/play.command.d.ts +3 -0
  94. package/bundle/typescript/src/commands/game/play.command.js +18 -0
  95. package/bundle/typescript/src/commands/game/play.command.js.map +1 -0
  96. package/bundle/typescript/src/commands/game/pong.sub.cmd.d.ts +1 -0
  97. package/bundle/typescript/src/commands/game/pong.sub.cmd.js +12 -0
  98. package/bundle/typescript/src/commands/game/pong.sub.cmd.js.map +1 -0
  99. package/bundle/typescript/src/commands/game/sideQuest/commands/command-registry.d.ts +9 -0
  100. package/bundle/typescript/src/commands/game/sideQuest/commands/command-registry.js +26 -0
  101. package/bundle/typescript/src/commands/game/sideQuest/commands/command-registry.js.map +1 -0
  102. package/bundle/typescript/src/commands/game/sideQuest/commands/command.d.ts +23 -0
  103. package/bundle/typescript/src/commands/game/sideQuest/commands/command.js +24 -0
  104. package/bundle/typescript/src/commands/game/sideQuest/commands/command.js.map +1 -0
  105. package/bundle/typescript/src/commands/game/sideQuest/commands/drop.d.ts +7 -0
  106. package/bundle/typescript/src/commands/game/sideQuest/commands/drop.js +33 -0
  107. package/bundle/typescript/src/commands/game/sideQuest/commands/drop.js.map +1 -0
  108. package/bundle/typescript/src/commands/game/sideQuest/commands/equip.d.ts +7 -0
  109. package/bundle/typescript/src/commands/game/sideQuest/commands/equip.js +69 -0
  110. package/bundle/typescript/src/commands/game/sideQuest/commands/equip.js.map +1 -0
  111. package/bundle/typescript/src/commands/game/sideQuest/commands/give.d.ts +7 -0
  112. package/bundle/typescript/src/commands/game/sideQuest/commands/give.js +58 -0
  113. package/bundle/typescript/src/commands/game/sideQuest/commands/give.js.map +1 -0
  114. package/bundle/typescript/src/commands/game/sideQuest/commands/go.d.ts +7 -0
  115. package/bundle/typescript/src/commands/game/sideQuest/commands/go.js +63 -0
  116. package/bundle/typescript/src/commands/game/sideQuest/commands/go.js.map +1 -0
  117. package/bundle/typescript/src/commands/game/sideQuest/commands/kill.d.ts +6 -0
  118. package/bundle/typescript/src/commands/game/sideQuest/commands/kill.js +36 -0
  119. package/bundle/typescript/src/commands/game/sideQuest/commands/kill.js.map +1 -0
  120. package/bundle/typescript/src/commands/game/sideQuest/commands/lock.d.ts +8 -0
  121. package/bundle/typescript/src/commands/game/sideQuest/commands/lock.js +74 -0
  122. package/bundle/typescript/src/commands/game/sideQuest/commands/lock.js.map +1 -0
  123. package/bundle/typescript/src/commands/game/sideQuest/commands/look.d.ts +10 -0
  124. package/bundle/typescript/src/commands/game/sideQuest/commands/look.js +137 -0
  125. package/bundle/typescript/src/commands/game/sideQuest/commands/look.js.map +1 -0
  126. package/bundle/typescript/src/commands/game/sideQuest/commands/read.d.ts +6 -0
  127. package/bundle/typescript/src/commands/game/sideQuest/commands/read.js +26 -0
  128. package/bundle/typescript/src/commands/game/sideQuest/commands/read.js.map +1 -0
  129. package/bundle/typescript/src/commands/game/sideQuest/commands/say.d.ts +8 -0
  130. package/bundle/typescript/src/commands/game/sideQuest/commands/say.js +31 -0
  131. package/bundle/typescript/src/commands/game/sideQuest/commands/say.js.map +1 -0
  132. package/bundle/typescript/src/commands/game/sideQuest/commands/search.d.ts +6 -0
  133. package/bundle/typescript/src/commands/game/sideQuest/commands/search.js +24 -0
  134. package/bundle/typescript/src/commands/game/sideQuest/commands/search.js.map +1 -0
  135. package/bundle/typescript/src/commands/game/sideQuest/commands/solve.d.ts +6 -0
  136. package/bundle/typescript/src/commands/game/sideQuest/commands/solve.js +23 -0
  137. package/bundle/typescript/src/commands/game/sideQuest/commands/solve.js.map +1 -0
  138. package/bundle/typescript/src/commands/game/sideQuest/commands/store.d.ts +7 -0
  139. package/bundle/typescript/src/commands/game/sideQuest/commands/store.js +33 -0
  140. package/bundle/typescript/src/commands/game/sideQuest/commands/store.js.map +1 -0
  141. package/bundle/typescript/src/commands/game/sideQuest/commands/take.d.ts +7 -0
  142. package/bundle/typescript/src/commands/game/sideQuest/commands/take.js +41 -0
  143. package/bundle/typescript/src/commands/game/sideQuest/commands/take.js.map +1 -0
  144. package/bundle/typescript/src/commands/game/sideQuest/commands/talk.d.ts +9 -0
  145. package/bundle/typescript/src/commands/game/sideQuest/commands/talk.js +54 -0
  146. package/bundle/typescript/src/commands/game/sideQuest/commands/talk.js.map +1 -0
  147. package/bundle/typescript/src/commands/game/sideQuest/commands/unequip.d.ts +6 -0
  148. package/bundle/typescript/src/commands/game/sideQuest/commands/unequip.js +13 -0
  149. package/bundle/typescript/src/commands/game/sideQuest/commands/unequip.js.map +1 -0
  150. package/bundle/typescript/src/commands/game/sideQuest/commands/unlock.d.ts +7 -0
  151. package/bundle/typescript/src/commands/game/sideQuest/commands/unlock.js +53 -0
  152. package/bundle/typescript/src/commands/game/sideQuest/commands/unlock.js.map +1 -0
  153. package/bundle/typescript/src/commands/game/sideQuest/commands/use.d.ts +7 -0
  154. package/bundle/typescript/src/commands/game/sideQuest/commands/use.js +34 -0
  155. package/bundle/typescript/src/commands/game/sideQuest/commands/use.js.map +1 -0
  156. package/bundle/typescript/src/commands/game/sideQuest/factories/command-factory.d.ts +9 -0
  157. package/bundle/typescript/src/commands/game/sideQuest/factories/command-factory.js +17 -0
  158. package/bundle/typescript/src/commands/game/sideQuest/factories/command-factory.js.map +1 -0
  159. package/bundle/typescript/src/commands/game/sideQuest/factories/item-factory.d.ts +5 -0
  160. package/bundle/typescript/src/commands/game/sideQuest/factories/item-factory.js +25 -0
  161. package/bundle/typescript/src/commands/game/sideQuest/factories/item-factory.js.map +1 -0
  162. package/bundle/typescript/src/commands/game/sideQuest/factories/npc-factory.d.ts +9 -0
  163. package/bundle/typescript/src/commands/game/sideQuest/factories/npc-factory.js +35 -0
  164. package/bundle/typescript/src/commands/game/sideQuest/factories/npc-factory.js.map +1 -0
  165. package/bundle/typescript/src/commands/game/sideQuest/factories/puzzle-factory.d.ts +6 -0
  166. package/bundle/typescript/src/commands/game/sideQuest/factories/puzzle-factory.js +24 -0
  167. package/bundle/typescript/src/commands/game/sideQuest/factories/puzzle-factory.js.map +1 -0
  168. package/bundle/typescript/src/commands/game/sideQuest/factories/room-factory.d.ts +6 -0
  169. package/bundle/typescript/src/commands/game/sideQuest/factories/room-factory.js +19 -0
  170. package/bundle/typescript/src/commands/game/sideQuest/factories/room-factory.js.map +1 -0
  171. package/bundle/typescript/src/commands/game/sideQuest/factories/scene-factory.d.ts +6 -0
  172. package/bundle/typescript/src/commands/game/sideQuest/factories/scene-factory.js +126 -0
  173. package/bundle/typescript/src/commands/game/sideQuest/factories/scene-factory.js.map +1 -0
  174. package/bundle/typescript/src/commands/game/sideQuest/game.d.ts +36 -0
  175. package/bundle/typescript/src/commands/game/sideQuest/game.js +382 -0
  176. package/bundle/typescript/src/commands/game/sideQuest/game.js.map +1 -0
  177. package/bundle/typescript/src/commands/game/sideQuest/models/_index.d.ts +8 -0
  178. package/bundle/typescript/src/commands/game/sideQuest/models/_index.js +9 -0
  179. package/bundle/typescript/src/commands/game/sideQuest/models/_index.js.map +1 -0
  180. package/bundle/typescript/src/commands/game/sideQuest/models/door.d.ts +24 -0
  181. package/bundle/typescript/src/commands/game/sideQuest/models/door.js +44 -0
  182. package/bundle/typescript/src/commands/game/sideQuest/models/door.js.map +1 -0
  183. package/bundle/typescript/src/commands/game/sideQuest/models/inventory.d.ts +47 -0
  184. package/bundle/typescript/src/commands/game/sideQuest/models/inventory.js +110 -0
  185. package/bundle/typescript/src/commands/game/sideQuest/models/inventory.js.map +1 -0
  186. package/bundle/typescript/src/commands/game/sideQuest/models/item.d.ts +56 -0
  187. package/bundle/typescript/src/commands/game/sideQuest/models/item.js +145 -0
  188. package/bundle/typescript/src/commands/game/sideQuest/models/item.js.map +1 -0
  189. package/bundle/typescript/src/commands/game/sideQuest/models/npc.d.ts +36 -0
  190. package/bundle/typescript/src/commands/game/sideQuest/models/npc.js +407 -0
  191. package/bundle/typescript/src/commands/game/sideQuest/models/npc.js.map +1 -0
  192. package/bundle/typescript/src/commands/game/sideQuest/models/player.d.ts +58 -0
  193. package/bundle/typescript/src/commands/game/sideQuest/models/player.js +357 -0
  194. package/bundle/typescript/src/commands/game/sideQuest/models/player.js.map +1 -0
  195. package/bundle/typescript/src/commands/game/sideQuest/models/puzzle.d.ts +34 -0
  196. package/bundle/typescript/src/commands/game/sideQuest/models/puzzle.js +67 -0
  197. package/bundle/typescript/src/commands/game/sideQuest/models/puzzle.js.map +1 -0
  198. package/bundle/typescript/src/commands/game/sideQuest/models/room.d.ts +69 -0
  199. package/bundle/typescript/src/commands/game/sideQuest/models/room.js +246 -0
  200. package/bundle/typescript/src/commands/game/sideQuest/models/room.js.map +1 -0
  201. package/bundle/typescript/src/commands/game/sideQuest/models/scene.d.ts +71 -0
  202. package/bundle/typescript/src/commands/game/sideQuest/models/scene.js +309 -0
  203. package/bundle/typescript/src/commands/game/sideQuest/models/scene.js.map +1 -0
  204. package/bundle/typescript/src/commands/game/sideQuest/scenes/_index.d.ts +0 -0
  205. package/bundle/typescript/src/commands/game/sideQuest/scenes/_index.js +2 -0
  206. package/bundle/typescript/src/commands/game/sideQuest/scenes/_index.js.map +1 -0
  207. package/bundle/typescript/src/commands/game/sideQuest/scenes/scene1.json +281 -0
  208. package/bundle/typescript/src/commands/game/sideQuest/scenes/scene2.json +397 -0
  209. package/bundle/typescript/src/commands/game/sideQuest/types/enums.d.ts +47 -0
  210. package/bundle/typescript/src/commands/game/sideQuest/types/enums.js +52 -0
  211. package/bundle/typescript/src/commands/game/sideQuest/types/enums.js.map +1 -0
  212. package/bundle/typescript/src/commands/game/sideQuest/types/player-equipment.d.ts +62 -0
  213. package/bundle/typescript/src/commands/game/sideQuest/types/player-equipment.js +2 -0
  214. package/bundle/typescript/src/commands/game/sideQuest/types/player-equipment.js.map +1 -0
  215. package/bundle/typescript/src/commands/game/sideQuest/types/seed/exit-seed.d.ts +6 -0
  216. package/bundle/typescript/src/commands/game/sideQuest/types/seed/exit-seed.js +2 -0
  217. package/bundle/typescript/src/commands/game/sideQuest/types/seed/exit-seed.js.map +1 -0
  218. package/bundle/typescript/src/commands/game/sideQuest/types/seed/item-seed.d.ts +23 -0
  219. package/bundle/typescript/src/commands/game/sideQuest/types/seed/item-seed.js +2 -0
  220. package/bundle/typescript/src/commands/game/sideQuest/types/seed/item-seed.js.map +1 -0
  221. package/bundle/typescript/src/commands/game/sideQuest/types/seed/lifestyle-seed.d.ts +22 -0
  222. package/bundle/typescript/src/commands/game/sideQuest/types/seed/lifestyle-seed.js +2 -0
  223. package/bundle/typescript/src/commands/game/sideQuest/types/seed/lifestyle-seed.js.map +1 -0
  224. package/bundle/typescript/src/commands/game/sideQuest/types/seed/npc-seed.d.ts +6 -0
  225. package/bundle/typescript/src/commands/game/sideQuest/types/seed/npc-seed.js +2 -0
  226. package/bundle/typescript/src/commands/game/sideQuest/types/seed/npc-seed.js.map +1 -0
  227. package/bundle/typescript/src/commands/game/sideQuest/types/seed/player-seed.d.ts +8 -0
  228. package/bundle/typescript/src/commands/game/sideQuest/types/seed/player-seed.js +2 -0
  229. package/bundle/typescript/src/commands/game/sideQuest/types/seed/player-seed.js.map +1 -0
  230. package/bundle/typescript/src/commands/game/sideQuest/types/seed/puzzle-seed.d.ts +11 -0
  231. package/bundle/typescript/src/commands/game/sideQuest/types/seed/puzzle-seed.js +2 -0
  232. package/bundle/typescript/src/commands/game/sideQuest/types/seed/puzzle-seed.js.map +1 -0
  233. package/bundle/typescript/src/commands/game/sideQuest/types/seed/room-seed.d.ts +16 -0
  234. package/bundle/typescript/src/commands/game/sideQuest/types/seed/room-seed.js +2 -0
  235. package/bundle/typescript/src/commands/game/sideQuest/types/seed/room-seed.js.map +1 -0
  236. package/bundle/typescript/src/commands/game/sideQuest/types/seed/scene-seed.d.ts +20 -0
  237. package/bundle/typescript/src/commands/game/sideQuest/types/seed/scene-seed.js +2 -0
  238. package/bundle/typescript/src/commands/game/sideQuest/types/seed/scene-seed.js.map +1 -0
  239. package/bundle/typescript/src/commands/game/sideQuest/types/shared/abstracts.d.ts +151 -0
  240. package/bundle/typescript/src/commands/game/sideQuest/types/shared/abstracts.js +55 -0
  241. package/bundle/typescript/src/commands/game/sideQuest/types/shared/abstracts.js.map +1 -0
  242. package/bundle/typescript/src/commands/game/sideQuest/types/shared/direction-enum.d.ts +8 -0
  243. package/bundle/typescript/src/commands/game/sideQuest/types/shared/direction-enum.js +10 -0
  244. package/bundle/typescript/src/commands/game/sideQuest/types/shared/direction-enum.js.map +1 -0
  245. package/bundle/typescript/src/commands/game/sideQuest/types/shared/equipment-enum.d.ts +25 -0
  246. package/bundle/typescript/src/commands/game/sideQuest/types/shared/equipment-enum.js +27 -0
  247. package/bundle/typescript/src/commands/game/sideQuest/types/shared/equipment-enum.js.map +1 -0
  248. package/bundle/typescript/src/commands/game/sideQuest/types/shared/item-enum.d.ts +69 -0
  249. package/bundle/typescript/src/commands/game/sideQuest/types/shared/item-enum.js +80 -0
  250. package/bundle/typescript/src/commands/game/sideQuest/types/shared/item-enum.js.map +1 -0
  251. package/bundle/typescript/src/commands/game/sideQuest/ui.d.ts +7 -0
  252. package/bundle/typescript/src/commands/game/sideQuest/ui.js +77 -0
  253. package/bundle/typescript/src/commands/game/sideQuest/ui.js.map +1 -0
  254. package/bundle/typescript/src/commands/game/sideQuest/utilities/logger.d.ts +16 -0
  255. package/bundle/typescript/src/commands/game/sideQuest/utilities/logger.js +67 -0
  256. package/bundle/typescript/src/commands/game/sideQuest/utilities/logger.js.map +1 -0
  257. package/bundle/typescript/src/commands/game/sideQuest.sub.cmd.d.ts +1 -0
  258. package/bundle/typescript/src/commands/game/sideQuest.sub.cmd.js +67 -0
  259. package/bundle/typescript/src/commands/game/sideQuest.sub.cmd.js.map +1 -0
  260. package/bundle/typescript/src/commands/game/snake.sub.cmd.d.ts +1 -0
  261. package/bundle/typescript/src/commands/game/snake.sub.cmd.js +12 -0
  262. package/bundle/typescript/src/commands/game/snake.sub.cmd.js.map +1 -0
  263. package/bundle/typescript/src/commands/game/tetris.sub.cmd.d.ts +1 -0
  264. package/bundle/typescript/src/commands/game/tetris.sub.cmd.js +12 -0
  265. package/bundle/typescript/src/commands/game/tetris.sub.cmd.js.map +1 -0
  266. package/bundle/typescript/src/commands/generate.d.ts +1 -0
  267. package/bundle/typescript/src/commands/generate.js +42 -0
  268. package/bundle/typescript/src/commands/generate.js.map +1 -0
  269. package/bundle/typescript/src/commands/get/_index.d.ts +4 -0
  270. package/bundle/typescript/src/commands/get/_index.js +5 -0
  271. package/bundle/typescript/src/commands/get/_index.js.map +1 -0
  272. package/bundle/typescript/src/commands/get/get.command.d.ts +3 -0
  273. package/bundle/typescript/src/commands/get/get.command.js +13 -0
  274. package/bundle/typescript/src/commands/get/get.command.js.map +1 -0
  275. package/bundle/typescript/src/commands/get/global.sub.cmd.d.ts +1 -0
  276. package/bundle/typescript/src/commands/get/global.sub.cmd.js +20 -0
  277. package/bundle/typescript/src/commands/get/global.sub.cmd.js.map +1 -0
  278. package/bundle/typescript/src/commands/get/local.sub.cmd.d.ts +1 -0
  279. package/bundle/typescript/src/commands/get/local.sub.cmd.js +14 -0
  280. package/bundle/typescript/src/commands/get/local.sub.cmd.js.map +1 -0
  281. package/bundle/typescript/src/commands/get/whoami.sub.cmd.d.ts +1 -0
  282. package/bundle/typescript/src/commands/get/whoami.sub.cmd.js +21 -0
  283. package/bundle/typescript/src/commands/get/whoami.sub.cmd.js.map +1 -0
  284. package/bundle/typescript/src/commands/help.d.ts +1 -0
  285. package/bundle/typescript/src/commands/help.js +12 -0
  286. package/bundle/typescript/src/commands/help.js.map +1 -0
  287. package/bundle/typescript/src/commands/install.d.ts +1 -0
  288. package/bundle/typescript/src/commands/install.js +269 -0
  289. package/bundle/typescript/src/commands/install.js.map +1 -0
  290. package/bundle/typescript/src/commands/jsdoc.d.ts +1 -0
  291. package/bundle/typescript/src/commands/jsdoc.js +62 -0
  292. package/bundle/typescript/src/commands/jsdoc.js.map +1 -0
  293. package/bundle/typescript/src/commands/lint.d.ts +1 -0
  294. package/bundle/typescript/src/commands/lint.js +127 -0
  295. package/bundle/typescript/src/commands/lint.js.map +1 -0
  296. package/bundle/typescript/src/commands/login.d.ts +1 -0
  297. package/bundle/typescript/src/commands/login.js +168 -0
  298. package/bundle/typescript/src/commands/login.js.map +1 -0
  299. package/bundle/typescript/src/commands/logout.d.ts +1 -0
  300. package/bundle/typescript/src/commands/logout.js +95 -0
  301. package/bundle/typescript/src/commands/logout.js.map +1 -0
  302. package/bundle/typescript/src/commands/maka.cmd.d.ts +5 -0
  303. package/bundle/typescript/src/commands/maka.cmd.js +57 -0
  304. package/bundle/typescript/src/commands/maka.cmd.js.map +1 -0
  305. package/bundle/typescript/src/commands/murder.d.ts +1 -0
  306. package/bundle/typescript/src/commands/murder.js +31 -0
  307. package/bundle/typescript/src/commands/murder.js.map +1 -0
  308. package/bundle/typescript/src/commands/profile.d.ts +1 -0
  309. package/bundle/typescript/src/commands/profile.js +277 -0
  310. package/bundle/typescript/src/commands/profile.js.map +1 -0
  311. package/bundle/typescript/src/commands/proxy.d.ts +1 -0
  312. package/bundle/typescript/src/commands/proxy.js +168 -0
  313. package/bundle/typescript/src/commands/proxy.js.map +1 -0
  314. package/bundle/typescript/src/commands/register.d.ts +1 -0
  315. package/bundle/typescript/src/commands/register.js +104 -0
  316. package/bundle/typescript/src/commands/register.js.map +1 -0
  317. package/bundle/typescript/src/commands/remote/_index.d.ts +4 -0
  318. package/bundle/typescript/src/commands/remote/_index.js +5 -0
  319. package/bundle/typescript/src/commands/remote/_index.js.map +1 -0
  320. package/bundle/typescript/src/commands/remote/logs.sub.cmd.d.ts +1 -0
  321. package/bundle/typescript/src/commands/remote/logs.sub.cmd.js +36 -0
  322. package/bundle/typescript/src/commands/remote/logs.sub.cmd.js.map +1 -0
  323. package/bundle/typescript/src/commands/remote/reconfig.sub.cmd.d.ts +1 -0
  324. package/bundle/typescript/src/commands/remote/reconfig.sub.cmd.js +70 -0
  325. package/bundle/typescript/src/commands/remote/reconfig.sub.cmd.js.map +1 -0
  326. package/bundle/typescript/src/commands/remote/remote.command.d.ts +3 -0
  327. package/bundle/typescript/src/commands/remote/remote.command.js +13 -0
  328. package/bundle/typescript/src/commands/remote/remote.command.js.map +1 -0
  329. package/bundle/typescript/src/commands/remote/ssh.sub.cmd.d.ts +1 -0
  330. package/bundle/typescript/src/commands/remote/ssh.sub.cmd.js +44 -0
  331. package/bundle/typescript/src/commands/remote/ssh.sub.cmd.js.map +1 -0
  332. package/bundle/typescript/src/commands/run/_index.d.ts +2 -0
  333. package/bundle/typescript/src/commands/run/_index.js +3 -0
  334. package/bundle/typescript/src/commands/run/_index.js.map +1 -0
  335. package/bundle/typescript/src/commands/run/docker.sub.cmd.d.ts +1 -0
  336. package/bundle/typescript/src/commands/run/docker.sub.cmd.js +82 -0
  337. package/bundle/typescript/src/commands/run/docker.sub.cmd.js.map +1 -0
  338. package/bundle/typescript/src/commands/run/run.command.d.ts +3 -0
  339. package/bundle/typescript/src/commands/run/run.command.js +200 -0
  340. package/bundle/typescript/src/commands/run/run.command.js.map +1 -0
  341. package/bundle/typescript/src/commands/set/_index.d.ts +3 -0
  342. package/bundle/typescript/src/commands/set/_index.js +4 -0
  343. package/bundle/typescript/src/commands/set/_index.js.map +1 -0
  344. package/bundle/typescript/src/commands/set/global.sub.cmd.d.ts +1 -0
  345. package/bundle/typescript/src/commands/set/global.sub.cmd.js +129 -0
  346. package/bundle/typescript/src/commands/set/global.sub.cmd.js.map +1 -0
  347. package/bundle/typescript/src/commands/set/local.sub.cmd.d.ts +1 -0
  348. package/bundle/typescript/src/commands/set/local.sub.cmd.js +18 -0
  349. package/bundle/typescript/src/commands/set/local.sub.cmd.js.map +1 -0
  350. package/bundle/typescript/src/commands/set/set.command.d.ts +3 -0
  351. package/bundle/typescript/src/commands/set/set.command.js +16 -0
  352. package/bundle/typescript/src/commands/set/set.command.js.map +1 -0
  353. package/bundle/typescript/src/commands/ssl.d.ts +1 -0
  354. package/bundle/typescript/src/commands/ssl.js +109 -0
  355. package/bundle/typescript/src/commands/ssl.js.map +1 -0
  356. package/bundle/typescript/src/commands/testCmd/_index.d.ts +3 -0
  357. package/bundle/typescript/src/commands/testCmd/_index.js +4 -0
  358. package/bundle/typescript/src/commands/testCmd/_index.js.map +1 -0
  359. package/bundle/typescript/src/commands/testCmd/jest.sub.cmd.d.ts +1 -0
  360. package/bundle/typescript/src/commands/testCmd/jest.sub.cmd.js +128 -0
  361. package/bundle/typescript/src/commands/testCmd/jest.sub.cmd.js.map +1 -0
  362. package/bundle/typescript/src/commands/testCmd/mocha.sub.cmd.d.ts +1 -0
  363. package/bundle/typescript/src/commands/testCmd/mocha.sub.cmd.js +133 -0
  364. package/bundle/typescript/src/commands/testCmd/mocha.sub.cmd.js.map +1 -0
  365. package/bundle/typescript/src/commands/testCmd/test.command.d.ts +3 -0
  366. package/bundle/typescript/src/commands/testCmd/test.command.js +15 -0
  367. package/bundle/typescript/src/commands/testCmd/test.command.js.map +1 -0
  368. package/bundle/typescript/src/commands/undo.d.ts +1 -0
  369. package/bundle/typescript/src/commands/undo.js +12 -0
  370. package/bundle/typescript/src/commands/undo.js.map +1 -0
  371. package/bundle/typescript/src/commands/uninstall.d.ts +1 -0
  372. package/bundle/typescript/src/commands/uninstall.js +76 -0
  373. package/bundle/typescript/src/commands/uninstall.js.map +1 -0
  374. package/bundle/typescript/src/commands/version/_index.d.ts +4 -0
  375. package/bundle/typescript/src/commands/version/_index.js +5 -0
  376. package/bundle/typescript/src/commands/version/_index.js.map +1 -0
  377. package/bundle/typescript/src/commands/version/list.sub.cmd.d.ts +1 -0
  378. package/bundle/typescript/src/commands/version/list.sub.cmd.js +55 -0
  379. package/bundle/typescript/src/commands/version/list.sub.cmd.js.map +1 -0
  380. package/bundle/typescript/src/commands/version/meteor.sub.cmd.d.ts +3 -0
  381. package/bundle/typescript/src/commands/version/meteor.sub.cmd.js +21 -0
  382. package/bundle/typescript/src/commands/version/meteor.sub.cmd.js.map +1 -0
  383. package/bundle/typescript/src/commands/version/use.sub.cmd.d.ts +1 -0
  384. package/bundle/typescript/src/commands/version/use.sub.cmd.js +83 -0
  385. package/bundle/typescript/src/commands/version/use.sub.cmd.js.map +1 -0
  386. package/bundle/typescript/src/commands/version/version.d.ts +3 -0
  387. package/bundle/typescript/src/commands/version/version.js +59 -0
  388. package/bundle/typescript/src/commands/version/version.js.map +1 -0
  389. package/bundle/typescript/src/error.d.ts +18 -0
  390. package/bundle/typescript/src/error.js +37 -0
  391. package/bundle/typescript/src/error.js.map +1 -0
  392. package/bundle/typescript/src/exec.d.ts +2 -0
  393. package/bundle/typescript/src/exec.js +17 -0
  394. package/bundle/typescript/src/exec.js.map +1 -0
  395. package/bundle/typescript/src/generator.d.ts +47 -0
  396. package/bundle/typescript/src/generator.js +394 -0
  397. package/bundle/typescript/src/generator.js.map +1 -0
  398. package/bundle/typescript/src/generators/_index.d.ts +18 -0
  399. package/bundle/typescript/src/generators/_index.js +19 -0
  400. package/bundle/typescript/src/generators/_index.js.map +1 -0
  401. package/bundle/typescript/src/generators/api.d.ts +1 -0
  402. package/bundle/typescript/src/generators/api.js +257 -0
  403. package/bundle/typescript/src/generators/api.js.map +1 -0
  404. package/bundle/typescript/src/generators/aws/_index.d.ts +2 -0
  405. package/bundle/typescript/src/generators/aws/_index.js +3 -0
  406. package/bundle/typescript/src/generators/aws/_index.js.map +1 -0
  407. package/bundle/typescript/src/generators/aws/aws.d.ts +3 -0
  408. package/bundle/typescript/src/generators/aws/aws.js +16 -0
  409. package/bundle/typescript/src/generators/aws/aws.js.map +1 -0
  410. package/bundle/typescript/src/generators/aws/cloudformation/_index.d.ts +2 -0
  411. package/bundle/typescript/src/generators/aws/cloudformation/_index.js +3 -0
  412. package/bundle/typescript/src/generators/aws/cloudformation/_index.js.map +1 -0
  413. package/bundle/typescript/src/generators/aws/cloudformation/cloudformation.d.ts +3 -0
  414. package/bundle/typescript/src/generators/aws/cloudformation/cloudformation.js +21 -0
  415. package/bundle/typescript/src/generators/aws/cloudformation/cloudformation.js.map +1 -0
  416. package/bundle/typescript/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.d.ts +3 -0
  417. package/bundle/typescript/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.js +69 -0
  418. package/bundle/typescript/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.js.map +1 -0
  419. package/bundle/typescript/src/generators/collection.d.ts +1 -0
  420. package/bundle/typescript/src/generators/collection.js +78 -0
  421. package/bundle/typescript/src/generators/collection.js.map +1 -0
  422. package/bundle/typescript/src/generators/component.d.ts +1 -0
  423. package/bundle/typescript/src/generators/component.js +99 -0
  424. package/bundle/typescript/src/generators/component.js.map +1 -0
  425. package/bundle/typescript/src/generators/config.d.ts +1 -0
  426. package/bundle/typescript/src/generators/config.js +75 -0
  427. package/bundle/typescript/src/generators/config.js.map +1 -0
  428. package/bundle/typescript/src/generators/dbc.d.ts +1 -0
  429. package/bundle/typescript/src/generators/dbc.js +85 -0
  430. package/bundle/typescript/src/generators/dbc.js.map +1 -0
  431. package/bundle/typescript/src/generators/dockerfile.d.ts +1 -0
  432. package/bundle/typescript/src/generators/dockerfile.js +42 -0
  433. package/bundle/typescript/src/generators/dockerfile.js.map +1 -0
  434. package/bundle/typescript/src/generators/hook.d.ts +1 -0
  435. package/bundle/typescript/src/generators/hook.js +112 -0
  436. package/bundle/typescript/src/generators/hook.js.map +1 -0
  437. package/bundle/typescript/src/generators/kits/_index.d.ts +5 -0
  438. package/bundle/typescript/src/generators/kits/_index.js +6 -0
  439. package/bundle/typescript/src/generators/kits/_index.js.map +1 -0
  440. package/bundle/typescript/src/generators/kits/auth/_index.d.ts +4 -0
  441. package/bundle/typescript/src/generators/kits/auth/_index.js +5 -0
  442. package/bundle/typescript/src/generators/kits/auth/_index.js.map +1 -0
  443. package/bundle/typescript/src/generators/kits/auth/auth.generator.d.ts +3 -0
  444. package/bundle/typescript/src/generators/kits/auth/auth.generator.js +21 -0
  445. package/bundle/typescript/src/generators/kits/auth/auth.generator.js.map +1 -0
  446. package/bundle/typescript/src/generators/kits/auth/auth0-meteor.auth.gen.d.ts +1 -0
  447. package/bundle/typescript/src/generators/kits/auth/auth0-meteor.auth.gen.js +894 -0
  448. package/bundle/typescript/src/generators/kits/auth/auth0-meteor.auth.gen.js.map +1 -0
  449. package/bundle/typescript/src/generators/kits/auth/basic-meteor.auth.gen.d.ts +1 -0
  450. package/bundle/typescript/src/generators/kits/auth/basic-meteor.auth.gen.js +213 -0
  451. package/bundle/typescript/src/generators/kits/auth/basic-meteor.auth.gen.js.map +1 -0
  452. package/bundle/typescript/src/generators/kits/auth/provider.auth.gen.d.ts +1 -0
  453. package/bundle/typescript/src/generators/kits/auth/provider.auth.gen.js +138 -0
  454. package/bundle/typescript/src/generators/kits/auth/provider.auth.gen.js.map +1 -0
  455. package/bundle/typescript/src/generators/kits/esri/_index.d.ts +2 -0
  456. package/bundle/typescript/src/generators/kits/esri/_index.js +3 -0
  457. package/bundle/typescript/src/generators/kits/esri/_index.js.map +1 -0
  458. package/bundle/typescript/src/generators/kits/esri/esri.generator.d.ts +3 -0
  459. package/bundle/typescript/src/generators/kits/esri/esri.generator.js +31 -0
  460. package/bundle/typescript/src/generators/kits/esri/esri.generator.js.map +1 -0
  461. package/bundle/typescript/src/generators/kits/esri/map.esri.gen.d.ts +1 -0
  462. package/bundle/typescript/src/generators/kits/esri/map.esri.gen.js +85 -0
  463. package/bundle/typescript/src/generators/kits/esri/map.esri.gen.js.map +1 -0
  464. package/bundle/typescript/src/generators/kits/frames/_index.d.ts +1 -0
  465. package/bundle/typescript/src/generators/kits/frames/_index.js +2 -0
  466. package/bundle/typescript/src/generators/kits/frames/_index.js.map +1 -0
  467. package/bundle/typescript/src/generators/kits/frames/frames.generator.d.ts +3 -0
  468. package/bundle/typescript/src/generators/kits/frames/frames.generator.js +165 -0
  469. package/bundle/typescript/src/generators/kits/frames/frames.generator.js.map +1 -0
  470. package/bundle/typescript/src/generators/kits/kit.d.ts +3 -0
  471. package/bundle/typescript/src/generators/kits/kit.js +17 -0
  472. package/bundle/typescript/src/generators/kits/kit.js.map +1 -0
  473. package/bundle/typescript/src/generators/kits/mui/_index.d.ts +4 -0
  474. package/bundle/typescript/src/generators/kits/mui/_index.js +5 -0
  475. package/bundle/typescript/src/generators/kits/mui/_index.js.map +1 -0
  476. package/bundle/typescript/src/generators/kits/mui/auth.mui.gen.d.ts +2 -0
  477. package/bundle/typescript/src/generators/kits/mui/auth.mui.gen.js +228 -0
  478. package/bundle/typescript/src/generators/kits/mui/auth.mui.gen.js.map +1 -0
  479. package/bundle/typescript/src/generators/kits/mui/auth0.mui.gen.d.ts +2 -0
  480. package/bundle/typescript/src/generators/kits/mui/auth0.mui.gen.js +158 -0
  481. package/bundle/typescript/src/generators/kits/mui/auth0.mui.gen.js.map +1 -0
  482. package/bundle/typescript/src/generators/kits/mui/frame.mui.gen.d.ts +1 -0
  483. package/bundle/typescript/src/generators/kits/mui/frame.mui.gen.js +210 -0
  484. package/bundle/typescript/src/generators/kits/mui/frame.mui.gen.js.map +1 -0
  485. package/bundle/typescript/src/generators/kits/mui/mui.generator.d.ts +3 -0
  486. package/bundle/typescript/src/generators/kits/mui/mui.generator.js +79 -0
  487. package/bundle/typescript/src/generators/kits/mui/mui.generator.js.map +1 -0
  488. package/bundle/typescript/src/generators/layout.d.ts +1 -0
  489. package/bundle/typescript/src/generators/layout.js +116 -0
  490. package/bundle/typescript/src/generators/layout.js.map +1 -0
  491. package/bundle/typescript/src/generators/maka.gen.d.ts +5 -0
  492. package/bundle/typescript/src/generators/maka.gen.js +26 -0
  493. package/bundle/typescript/src/generators/maka.gen.js.map +1 -0
  494. package/bundle/typescript/src/generators/methods.d.ts +1 -0
  495. package/bundle/typescript/src/generators/methods.js +65 -0
  496. package/bundle/typescript/src/generators/methods.js.map +1 -0
  497. package/bundle/typescript/src/generators/package.d.ts +1 -0
  498. package/bundle/typescript/src/generators/package.js +71 -0
  499. package/bundle/typescript/src/generators/package.js.map +1 -0
  500. package/bundle/typescript/src/generators/page.d.ts +1 -0
  501. package/bundle/typescript/src/generators/page.js +194 -0
  502. package/bundle/typescript/src/generators/page.js.map +1 -0
  503. package/bundle/typescript/src/generators/publish.d.ts +1 -0
  504. package/bundle/typescript/src/generators/publish.js +75 -0
  505. package/bundle/typescript/src/generators/publish.js.map +1 -0
  506. package/bundle/typescript/src/generators/route.d.ts +1 -0
  507. package/bundle/typescript/src/generators/route.js +68 -0
  508. package/bundle/typescript/src/generators/route.js.map +1 -0
  509. package/bundle/typescript/src/generators/services/_index.d.ts +4 -0
  510. package/bundle/typescript/src/generators/services/_index.js +5 -0
  511. package/bundle/typescript/src/generators/services/_index.js.map +1 -0
  512. package/bundle/typescript/src/generators/services/logger.d.ts +1 -0
  513. package/bundle/typescript/src/generators/services/logger.js +50 -0
  514. package/bundle/typescript/src/generators/services/logger.js.map +1 -0
  515. package/bundle/typescript/src/generators/services/openssl.d.ts +1 -0
  516. package/bundle/typescript/src/generators/services/openssl.js +38 -0
  517. package/bundle/typescript/src/generators/services/openssl.js.map +1 -0
  518. package/bundle/typescript/src/generators/services/service.d.ts +3 -0
  519. package/bundle/typescript/src/generators/services/service.js +16 -0
  520. package/bundle/typescript/src/generators/services/service.js.map +1 -0
  521. package/bundle/typescript/src/generators/services/translation.d.ts +1 -0
  522. package/bundle/typescript/src/generators/services/translation.js +149 -0
  523. package/bundle/typescript/src/generators/services/translation.js.map +1 -0
  524. package/bundle/typescript/src/maka.d.ts +2 -0
  525. package/bundle/typescript/src/maka.js +26 -0
  526. package/bundle/typescript/src/maka.js.map +1 -0
  527. package/bundle/typescript/src/templates/aws/cloudformation/create-ec2-instance.template +14 -0
  528. package/bundle/typescript/src/templates/meteor/api/api.js +20 -0
  529. package/bundle/typescript/src/templates/meteor/api/api.js.ts +20 -0
  530. package/bundle/typescript/src/templates/meteor/api/apollo-gateway.js +50 -0
  531. package/bundle/typescript/src/templates/meteor/api/apollo-gateway.js.ts +55 -0
  532. package/bundle/typescript/src/templates/meteor/api/graphql-api.js +63 -0
  533. package/bundle/typescript/src/templates/meteor/api/graphql-api.js.ts +69 -0
  534. package/bundle/typescript/src/templates/meteor/api/methods.js +39 -0
  535. package/bundle/typescript/src/templates/meteor/api/methods.js.ts +40 -0
  536. package/bundle/typescript/src/templates/meteor/api/register-api.js +3 -0
  537. package/bundle/typescript/src/templates/meteor/api/register-api.js.ts +3 -0
  538. package/bundle/typescript/src/templates/meteor/api/resolvers.js +9 -0
  539. package/bundle/typescript/src/templates/meteor/api/resolvers.js.ts +9 -0
  540. package/bundle/typescript/src/templates/meteor/api/tests.js +0 -0
  541. package/bundle/typescript/src/templates/meteor/api/tests.js.ts +0 -0
  542. package/bundle/typescript/src/templates/meteor/api/typeDefs.js +6 -0
  543. package/bundle/typescript/src/templates/meteor/api/typeDefs.js.ts +6 -0
  544. package/bundle/typescript/src/templates/meteor/app/client/.gitkeep +0 -0
  545. package/bundle/typescript/src/templates/meteor/app/client/body.html +3 -0
  546. package/bundle/typescript/src/templates/meteor/app/client/head.html +12 -0
  547. package/bundle/typescript/src/templates/meteor/app/client/main.js +15 -0
  548. package/bundle/typescript/src/templates/meteor/app/client/main.js.jsx +15 -0
  549. package/bundle/typescript/src/templates/meteor/app/client/main.js.ts +15 -0
  550. package/bundle/typescript/src/templates/meteor/app/client/main.js.tsx +15 -0
  551. package/bundle/typescript/src/templates/meteor/app/imports/api/.gitkeep +0 -0
  552. package/bundle/typescript/src/templates/meteor/app/imports/startup/client/index.js +20 -0
  553. package/bundle/typescript/src/templates/meteor/app/imports/startup/client/index.js.jsx +107 -0
  554. package/bundle/typescript/src/templates/meteor/app/imports/startup/client/index.js.ts +20 -0
  555. package/bundle/typescript/src/templates/meteor/app/imports/startup/client/index.js.tsx +108 -0
  556. package/bundle/typescript/src/templates/meteor/app/imports/startup/client/routes.js +39 -0
  557. package/bundle/typescript/src/templates/meteor/app/imports/startup/client/routes.js.jsx +33 -0
  558. package/bundle/typescript/src/templates/meteor/app/imports/startup/client/routes.js.ts +24 -0
  559. package/bundle/typescript/src/templates/meteor/app/imports/startup/client/routes.js.tsx +33 -0
  560. package/bundle/typescript/src/templates/meteor/app/imports/startup/client/templates.js +9 -0
  561. package/bundle/typescript/src/templates/meteor/app/imports/startup/client/templates.js.jsx +9 -0
  562. package/bundle/typescript/src/templates/meteor/app/imports/startup/client/templates.js.ts +9 -0
  563. package/bundle/typescript/src/templates/meteor/app/imports/startup/client/templates.js.tsx +9 -0
  564. package/bundle/typescript/src/templates/meteor/app/imports/startup/lib/index.js +1 -0
  565. package/bundle/typescript/src/templates/meteor/app/imports/startup/lib/index.js.jsx +20 -0
  566. package/bundle/typescript/src/templates/meteor/app/imports/startup/lib/index.js.ts +1 -0
  567. package/bundle/typescript/src/templates/meteor/app/imports/startup/lib/index.js.tsx +20 -0
  568. package/bundle/typescript/src/templates/meteor/app/imports/startup/lib/routes.js.jsx +28 -0
  569. package/bundle/typescript/src/templates/meteor/app/imports/startup/lib/routes.js.tsx +28 -0
  570. package/bundle/typescript/src/templates/meteor/app/imports/startup/lib/templates.js.jsx +0 -0
  571. package/bundle/typescript/src/templates/meteor/app/imports/startup/lib/templates.js.tsx +0 -0
  572. package/bundle/typescript/src/templates/meteor/app/imports/startup/server/index.js +1 -0
  573. package/bundle/typescript/src/templates/meteor/app/imports/startup/server/index.js.jsx +98 -0
  574. package/bundle/typescript/src/templates/meteor/app/imports/startup/server/index.js.ts +0 -0
  575. package/bundle/typescript/src/templates/meteor/app/imports/startup/server/index.js.tsx +98 -0
  576. package/bundle/typescript/src/templates/meteor/app/imports/ui/test-helpers.js +24 -0
  577. package/bundle/typescript/src/templates/meteor/app/imports/ui/test-helpers.js.ts +24 -0
  578. package/bundle/typescript/src/templates/meteor/app/lib/.gitkeep +0 -0
  579. package/bundle/typescript/src/templates/meteor/app/lib/main.js +3 -0
  580. package/bundle/typescript/src/templates/meteor/app/lib/main.js.jsx +3 -0
  581. package/bundle/typescript/src/templates/meteor/app/lib/main.js.ts +3 -0
  582. package/bundle/typescript/src/templates/meteor/app/lib/main.js.tsx +3 -0
  583. package/bundle/typescript/src/templates/meteor/app/maka.d.ts +504 -0
  584. package/bundle/typescript/src/templates/meteor/app/meteor.d.ts +954 -0
  585. package/bundle/typescript/src/templates/meteor/app/packages/.gitkeep +0 -0
  586. package/bundle/typescript/src/templates/meteor/app/private/.gitkeep +0 -0
  587. package/bundle/typescript/src/templates/meteor/app/public/.gitkeep +0 -0
  588. package/bundle/typescript/src/templates/meteor/app/public/favicon.ico +0 -0
  589. package/bundle/typescript/src/templates/meteor/app/public/maka-144x144.png +0 -0
  590. package/bundle/typescript/src/templates/meteor/app/public/maka-192x192.png +0 -0
  591. package/bundle/typescript/src/templates/meteor/app/public/maka-512x512.png +0 -0
  592. package/bundle/typescript/src/templates/meteor/app/public/manifest.json +27 -0
  593. package/bundle/typescript/src/templates/meteor/app/public/sw.js +30 -0
  594. package/bundle/typescript/src/templates/meteor/app/public/sw.js.jsx +30 -0
  595. package/bundle/typescript/src/templates/meteor/app/public/sw.js.ts +30 -0
  596. package/bundle/typescript/src/templates/meteor/app/public/sw.js.tsx +30 -0
  597. package/bundle/typescript/src/templates/meteor/app/server/.gitkeep +0 -0
  598. package/bundle/typescript/src/templates/meteor/app/server/helmet-csp.js +179 -0
  599. package/bundle/typescript/src/templates/meteor/app/server/helmet-csp.js.jsx +179 -0
  600. package/bundle/typescript/src/templates/meteor/app/server/helmet-csp.js.ts +179 -0
  601. package/bundle/typescript/src/templates/meteor/app/server/helmet-csp.js.tsx +179 -0
  602. package/bundle/typescript/src/templates/meteor/app/server/main.js +13 -0
  603. package/bundle/typescript/src/templates/meteor/app/server/main.js.jsx +13 -0
  604. package/bundle/typescript/src/templates/meteor/app/server/main.js.ts +13 -0
  605. package/bundle/typescript/src/templates/meteor/app/server/main.js.tsx +13 -0
  606. package/bundle/typescript/src/templates/meteor/app/tsconfig.json +40 -0
  607. package/bundle/typescript/src/templates/meteor/collection/collection.js +51 -0
  608. package/bundle/typescript/src/templates/meteor/collection/collection.js.ts +55 -0
  609. package/bundle/typescript/src/templates/meteor/collection/tests.js +27 -0
  610. package/bundle/typescript/src/templates/meteor/collection/tests.js.ts +27 -0
  611. package/bundle/typescript/src/templates/meteor/config/docker-compose.yaml +17 -0
  612. package/bundle/typescript/src/templates/meteor/config/pm2.config.js +27 -0
  613. package/bundle/typescript/src/templates/meteor/config/process.env +5 -0
  614. package/bundle/typescript/src/templates/meteor/config/settings.json +11 -0
  615. package/bundle/typescript/src/templates/meteor/config/ssh.json +6 -0
  616. package/bundle/typescript/src/templates/meteor/dbc/config.js +70 -0
  617. package/bundle/typescript/src/templates/meteor/dbc/config.js.ts +70 -0
  618. package/bundle/typescript/src/templates/meteor/dbc/conn.js +37 -0
  619. package/bundle/typescript/src/templates/meteor/dbc/conn.js.ts +37 -0
  620. package/bundle/typescript/src/templates/meteor/dbc/register-dbc.js +3 -0
  621. package/bundle/typescript/src/templates/meteor/dbc/register-dbc.js.ts +3 -0
  622. package/bundle/typescript/src/templates/meteor/method/method.js +48 -0
  623. package/bundle/typescript/src/templates/meteor/method/method.js.ts +48 -0
  624. package/bundle/typescript/src/templates/meteor/package/client/package.js +0 -0
  625. package/bundle/typescript/src/templates/meteor/package/client/package.js.jsx +0 -0
  626. package/bundle/typescript/src/templates/meteor/package/client/package.js.ts +0 -0
  627. package/bundle/typescript/src/templates/meteor/package/client/package.js.tsx +0 -0
  628. package/bundle/typescript/src/templates/meteor/package/lib/package.js +0 -0
  629. package/bundle/typescript/src/templates/meteor/package/lib/package.js.jsx +0 -0
  630. package/bundle/typescript/src/templates/meteor/package/lib/package.js.ts +0 -0
  631. package/bundle/typescript/src/templates/meteor/package/lib/package.js.tsx +0 -0
  632. package/bundle/typescript/src/templates/meteor/package/package.js +37 -0
  633. package/bundle/typescript/src/templates/meteor/package/package.js.jsx +37 -0
  634. package/bundle/typescript/src/templates/meteor/package/package.js.ts +36 -0
  635. package/bundle/typescript/src/templates/meteor/package/package.js.tsx +37 -0
  636. package/bundle/typescript/src/templates/meteor/package/server/package.js +0 -0
  637. package/bundle/typescript/src/templates/meteor/package/server/package.js.jsx +0 -0
  638. package/bundle/typescript/src/templates/meteor/package/server/package.js.ts +0 -0
  639. package/bundle/typescript/src/templates/meteor/package/server/package.js.tsx +0 -0
  640. package/bundle/typescript/src/templates/meteor/package/tests/client/package.js +5 -0
  641. package/bundle/typescript/src/templates/meteor/package/tests/client/package.js.jsx +5 -0
  642. package/bundle/typescript/src/templates/meteor/package/tests/client/package.js.ts +5 -0
  643. package/bundle/typescript/src/templates/meteor/package/tests/client/package.js.tsx +5 -0
  644. package/bundle/typescript/src/templates/meteor/package/tests/server/package.js +5 -0
  645. package/bundle/typescript/src/templates/meteor/package/tests/server/package.js.jsx +5 -0
  646. package/bundle/typescript/src/templates/meteor/package/tests/server/package.js.ts +5 -0
  647. package/bundle/typescript/src/templates/meteor/package/tests/server/package.js.tsx +5 -0
  648. package/bundle/typescript/src/templates/meteor/project/.maka/config.json +29 -0
  649. package/bundle/typescript/src/templates/meteor/project/.maka/history.json +1 -0
  650. package/bundle/typescript/src/templates/meteor/project/README.md +33 -0
  651. package/bundle/typescript/src/templates/meteor/project/build/.gitkeep +0 -0
  652. package/bundle/typescript/src/templates/meteor/project/build/README +4 -0
  653. package/bundle/typescript/src/templates/meteor/project/gitignore +9 -0
  654. package/bundle/typescript/src/templates/meteor/project/package.json +29 -0
  655. package/bundle/typescript/src/templates/meteor/publish/publish.js +3 -0
  656. package/bundle/typescript/src/templates/meteor/publish/publish.js.ts +3 -0
  657. package/bundle/typescript/src/templates/meteor/service/logger/logger.js +27 -0
  658. package/bundle/typescript/src/templates/meteor/service/logger/logger.js.ts +27 -0
  659. package/bundle/typescript/src/templates/meteor/stylesheet/stylesheet.css +5 -0
  660. package/bundle/typescript/src/templates/meteor/stylesheet/stylesheet.css.less +5 -0
  661. package/bundle/typescript/src/templates/meteor/template/template-tests.js +1 -0
  662. package/bundle/typescript/src/templates/meteor/template/template-tests.js.jsx +55 -0
  663. package/bundle/typescript/src/templates/meteor/template/template-tests.js.ts +1 -0
  664. package/bundle/typescript/src/templates/meteor/template/template-tests.js.tsx +55 -0
  665. package/bundle/typescript/src/templates/meteor/template/template.css +3 -0
  666. package/bundle/typescript/src/templates/meteor/template/template.css.less +3 -0
  667. package/bundle/typescript/src/templates/meteor/template/template.css.scss +3 -0
  668. package/bundle/typescript/src/templates/meteor/template/template.html +5 -0
  669. package/bundle/typescript/src/templates/meteor/template/template.js +20 -0
  670. package/bundle/typescript/src/templates/meteor/template/template.js.jsx +77 -0
  671. package/bundle/typescript/src/templates/meteor/template/template.js.ts +1 -0
  672. package/bundle/typescript/src/templates/meteor/template/template.js.tsx +89 -0
  673. package/bundle/typescript/src/templates/react/component/component.css +6 -0
  674. package/bundle/typescript/src/templates/react/component/component.css.less +6 -0
  675. package/bundle/typescript/src/templates/react/component/component.css.scss +3 -0
  676. package/bundle/typescript/src/templates/react/component/component.js.jsx +54 -0
  677. package/bundle/typescript/src/templates/react/component/component.js.tsx +59 -0
  678. package/bundle/typescript/src/templates/react/hook/hook.css +3 -0
  679. package/bundle/typescript/src/templates/react/hook/hook.css.scss +3 -0
  680. package/bundle/typescript/src/templates/react/hook/hook.js.jsx +19 -0
  681. package/bundle/typescript/src/templates/react/hook/hook.js.tsx +18 -0
  682. package/bundle/typescript/src/templates/react/kit/auth/provider/authentication-provider.js.jsx +293 -0
  683. package/bundle/typescript/src/templates/react/kit/auth/provider/authentication-provider.js.tsx +329 -0
  684. package/bundle/typescript/src/templates/react/kit/auth/service/auth0-client.js.jsx +178 -0
  685. package/bundle/typescript/src/templates/react/kit/auth/service/auth0-client.js.tsx +178 -0
  686. package/bundle/typescript/src/templates/react/kit/auth/service/auth0-config.js.jsx +59 -0
  687. package/bundle/typescript/src/templates/react/kit/auth/service/auth0-config.js.tsx +67 -0
  688. package/bundle/typescript/src/templates/react/kit/auth/service/auth0-methods.js.jsx +273 -0
  689. package/bundle/typescript/src/templates/react/kit/auth/service/auth0-methods.js.tsx +275 -0
  690. package/bundle/typescript/src/templates/react/kit/auth/service/auth0-validator.js.jsx +182 -0
  691. package/bundle/typescript/src/templates/react/kit/auth/service/auth0-validator.js.tsx +199 -0
  692. package/bundle/typescript/src/templates/react/kit/auth/service/meteor-auth-service.js.jsx +138 -0
  693. package/bundle/typescript/src/templates/react/kit/auth/service/meteor-auth-service.js.tsx +136 -0
  694. package/bundle/typescript/src/templates/react/kit/esri/map/basic-map.js.jsx +29 -0
  695. package/bundle/typescript/src/templates/react/kit/esri/map/basic-map.js.tsx +32 -0
  696. package/bundle/typescript/src/templates/react/kit/frames/frames-demo.css +63 -0
  697. package/bundle/typescript/src/templates/react/kit/frames/frames-demo.jsx +153 -0
  698. package/bundle/typescript/src/templates/react/kit/frames/frames-demo.tsx +164 -0
  699. package/bundle/typescript/src/templates/react/kit/frames/workspace-manager.css +105 -0
  700. package/bundle/typescript/src/templates/react/kit/frames/workspace-manager.jsx +158 -0
  701. package/bundle/typescript/src/templates/react/kit/frames/workspace-manager.tsx +166 -0
  702. package/bundle/typescript/src/templates/react/kit/mui/auth/forgot-password/basic-forgot-password-page.js.jsx +34 -0
  703. package/bundle/typescript/src/templates/react/kit/mui/auth/forgot-password/basic-forgot-password-page.js.tsx +33 -0
  704. package/bundle/typescript/src/templates/react/kit/mui/auth/login/basic-login-page.js.jsx +53 -0
  705. package/bundle/typescript/src/templates/react/kit/mui/auth/login/basic-login-page.js.tsx +53 -0
  706. package/bundle/typescript/src/templates/react/kit/mui/auth/logout/basic-logout-page.js.jsx +25 -0
  707. package/bundle/typescript/src/templates/react/kit/mui/auth/logout/basic-logout-page.js.tsx +25 -0
  708. package/bundle/typescript/src/templates/react/kit/mui/auth/password-reset/basic-password-reset-page.js.jsx +41 -0
  709. package/bundle/typescript/src/templates/react/kit/mui/auth/password-reset/basic-password-reset-page.js.tsx +35 -0
  710. package/bundle/typescript/src/templates/react/kit/mui/auth/register/basic-register-page.js.jsx +33 -0
  711. package/bundle/typescript/src/templates/react/kit/mui/auth/register/basic-register-page.js.tsx +33 -0
  712. package/bundle/typescript/src/templates/react/kit/mui/auth0/auth-callback.js.jsx +71 -0
  713. package/bundle/typescript/src/templates/react/kit/mui/auth0/auth-callback.js.tsx +71 -0
  714. package/bundle/typescript/src/templates/react/kit/mui/auth0/auth0-account-settings.js.jsx +123 -0
  715. package/bundle/typescript/src/templates/react/kit/mui/auth0/auth0-account-settings.js.tsx +123 -0
  716. package/bundle/typescript/src/templates/react/kit/mui/auth0/auth0-login-button.js.jsx +56 -0
  717. package/bundle/typescript/src/templates/react/kit/mui/auth0/auth0-login-button.js.tsx +74 -0
  718. package/bundle/typescript/src/templates/react/kit/mui/frame/app-bars/basic-app-bar.js.jsx +43 -0
  719. package/bundle/typescript/src/templates/react/kit/mui/frame/app-bars/basic-app-bar.js.tsx +43 -0
  720. package/bundle/typescript/src/templates/react/kit/mui/frame/drawers/basic-drawer.js.jsx +121 -0
  721. package/bundle/typescript/src/templates/react/kit/mui/frame/drawers/basic-drawer.js.tsx +117 -0
  722. package/bundle/typescript/src/templates/react/kit/mui/frame/footers/basic-sticky-footer.js.jsx +41 -0
  723. package/bundle/typescript/src/templates/react/kit/mui/frame/footers/basic-sticky-footer.js.tsx +41 -0
  724. package/bundle/typescript/src/templates/react/route/route.js +8 -0
  725. package/bundle/typescript/src/templates/react/route/route.js.jsx +5 -0
  726. package/bundle/typescript/src/templates/react/route/route.js.ts +8 -0
  727. package/bundle/typescript/src/templates/react/route/route.js.tsx +5 -0
  728. package/bundle/typescript/src/templates/react/test/test.js +1 -0
  729. package/bundle/typescript/src/templates/react/test/test.js.jsx +38 -0
  730. package/bundle/typescript/src/templates/react/test/test.js.ts +1 -0
  731. package/bundle/typescript/src/templates/react/test/test.js.tsx +38 -0
  732. package/bundle/typescript/src/templates/service/docker/Dockerfile +54 -0
  733. package/bundle/typescript/src/templates/service/eslint/babel.config.js +15 -0
  734. package/bundle/typescript/src/templates/service/eslint/config.eslint.js +57 -0
  735. package/bundle/typescript/src/templates/service/i18n/i18n.js +33 -0
  736. package/bundle/typescript/src/templates/service/i18n/i18n.js.ts +33 -0
  737. package/bundle/typescript/src/templates/service/i18n/index.js +0 -0
  738. package/bundle/typescript/src/templates/service/i18n/index.js.jsx +0 -0
  739. package/bundle/typescript/src/templates/service/i18n/locales.js +3 -0
  740. package/bundle/typescript/src/templates/service/i18n/locales.js.ts +3 -0
  741. package/bundle/typescript/src/templates/service/openssl/openssl.conf +22 -0
  742. package/bundle/typescript/src/templates/service/test/jest/jest.config.js +24 -0
  743. package/bundle/typescript/src/templates/service/test/jest/jest.setup.js +7 -0
  744. package/bundle/typescript/src/tool.d.ts +74 -0
  745. package/bundle/typescript/src/tool.js +217 -0
  746. package/bundle/typescript/src/tool.js.map +1 -0
  747. package/bundle/typescript/src/tools/actions/actions.class.d.ts +29 -0
  748. package/bundle/typescript/src/tools/actions/actions.class.js +58 -0
  749. package/bundle/typescript/src/tools/actions/actions.class.js.map +1 -0
  750. package/bundle/typescript/src/tools/aws/aws.class.d.ts +51 -0
  751. package/bundle/typescript/src/tools/aws/aws.class.js +802 -0
  752. package/bundle/typescript/src/tools/aws/aws.class.js.map +1 -0
  753. package/bundle/typescript/src/tools/aws/aws.interfaces.d.ts +364 -0
  754. package/bundle/typescript/src/tools/aws/aws.interfaces.js +255 -0
  755. package/bundle/typescript/src/tools/aws/aws.interfaces.js.map +1 -0
  756. package/bundle/typescript/src/tools/cfg/cfg.class.d.ts +42 -0
  757. package/bundle/typescript/src/tools/cfg/cfg.class.js +402 -0
  758. package/bundle/typescript/src/tools/cfg/cfg.class.js.map +1 -0
  759. package/bundle/typescript/src/tools/docker/docker.class.d.ts +10 -0
  760. package/bundle/typescript/src/tools/docker/docker.class.js +46 -0
  761. package/bundle/typescript/src/tools/docker/docker.class.js.map +1 -0
  762. package/bundle/typescript/src/tools/docker/docker.interfaces.d.ts +18 -0
  763. package/bundle/typescript/src/tools/docker/docker.interfaces.js +2 -0
  764. package/bundle/typescript/src/tools/docker/docker.interfaces.js.map +1 -0
  765. package/bundle/typescript/src/tools/fsi/fsi.class.d.ts +129 -0
  766. package/bundle/typescript/src/tools/fsi/fsi.class.js +687 -0
  767. package/bundle/typescript/src/tools/fsi/fsi.class.js.map +1 -0
  768. package/bundle/typescript/src/tools/fsi/fsi.interfaces.d.ts +191 -0
  769. package/bundle/typescript/src/tools/fsi/fsi.interfaces.js +64 -0
  770. package/bundle/typescript/src/tools/fsi/fsi.interfaces.js.map +1 -0
  771. package/bundle/typescript/src/tools/https/https.class.d.ts +13 -0
  772. package/bundle/typescript/src/tools/https/https.class.js +303 -0
  773. package/bundle/typescript/src/tools/https/https.class.js.map +1 -0
  774. package/bundle/typescript/src/tools/https/https.interface.d.ts +40 -0
  775. package/bundle/typescript/src/tools/https/https.interface.js +2 -0
  776. package/bundle/typescript/src/tools/https/https.interface.js.map +1 -0
  777. package/bundle/typescript/src/tools/log/log.class.d.ts +33 -0
  778. package/bundle/typescript/src/tools/log/log.class.js +206 -0
  779. package/bundle/typescript/src/tools/log/log.class.js.map +1 -0
  780. package/bundle/typescript/src/tools/log/log.interfaces.d.ts +7 -0
  781. package/bundle/typescript/src/tools/log/log.interfaces.js +2 -0
  782. package/bundle/typescript/src/tools/log/log.interfaces.js.map +1 -0
  783. package/bundle/typescript/src/tools/mpi/mpi.class.d.ts +26 -0
  784. package/bundle/typescript/src/tools/mpi/mpi.class.js +522 -0
  785. package/bundle/typescript/src/tools/mpi/mpi.class.js.map +1 -0
  786. package/bundle/typescript/src/tools/options/options.class.d.ts +11 -0
  787. package/bundle/typescript/src/tools/options/options.class.js +64 -0
  788. package/bundle/typescript/src/tools/options/options.class.js.map +1 -0
  789. package/bundle/typescript/src/tools/pkg/pkg.class.d.ts +31 -0
  790. package/bundle/typescript/src/tools/pkg/pkg.class.js +314 -0
  791. package/bundle/typescript/src/tools/pkg/pkg.class.js.map +1 -0
  792. package/bundle/typescript/src/tools/progress/progress.class.d.ts +12 -0
  793. package/bundle/typescript/src/tools/progress/progress.class.js +42 -0
  794. package/bundle/typescript/src/tools/progress/progress.class.js.map +1 -0
  795. package/bundle/typescript/src/tools/scaffold/scaffold.class.d.ts +198 -0
  796. package/bundle/typescript/src/tools/scaffold/scaffold.class.js +868 -0
  797. package/bundle/typescript/src/tools/scaffold/scaffold.class.js.map +1 -0
  798. package/bundle/typescript/src/tools/spawn-async/spawn-async.class.d.ts +4 -0
  799. package/bundle/typescript/src/tools/spawn-async/spawn-async.class.js +50 -0
  800. package/bundle/typescript/src/tools/spawn-async/spawn-async.class.js.map +1 -0
  801. package/bundle/typescript/src/tools/spawn-async/spawn-async.interfaces.d.ts +6 -0
  802. package/bundle/typescript/src/tools/spawn-async/spawn-async.interfaces.js +2 -0
  803. package/bundle/typescript/src/tools/spawn-async/spawn-async.interfaces.js.map +1 -0
  804. package/bundle/typescript/src/tools/ssh/ssh.class.d.ts +11 -0
  805. package/bundle/typescript/src/tools/ssh/ssh.class.js +128 -0
  806. package/bundle/typescript/src/tools/ssh/ssh.class.js.map +1 -0
  807. package/bundle/typescript/src/tools/ssh/ssh.interfaces.d.ts +21 -0
  808. package/bundle/typescript/src/tools/ssh/ssh.interfaces.js +2 -0
  809. package/bundle/typescript/src/tools/ssh/ssh.interfaces.js.map +1 -0
  810. package/bundle/typescript/src/tools/ssl/ssl.class.d.ts +17 -0
  811. package/bundle/typescript/src/tools/ssl/ssl.class.js +54 -0
  812. package/bundle/typescript/src/tools/ssl/ssl.class.js.map +1 -0
  813. package/bundle/typescript/src/tools/ssl/ssl.interfaces.d.ts +0 -0
  814. package/bundle/typescript/src/tools/ssl/ssl.interfaces.js +2 -0
  815. package/bundle/typescript/src/tools/ssl/ssl.interfaces.js.map +1 -0
  816. package/package.json +2 -2
@@ -0,0 +1,27 @@
1
+ export var EquipmentSlot;
2
+ (function (EquipmentSlot) {
3
+ EquipmentSlot["Eyes"] = "eyes";
4
+ EquipmentSlot["Skull"] = "skull";
5
+ EquipmentSlot["Ears"] = "ears";
6
+ EquipmentSlot["Mouth"] = "mouth";
7
+ EquipmentSlot["Nose"] = "nose";
8
+ EquipmentSlot["Backpack"] = "backpack";
9
+ EquipmentSlot["LeftShoulder"] = "leftShoulder";
10
+ EquipmentSlot["RightShoulder"] = "rightShoulder";
11
+ EquipmentSlot["Bandolier"] = "bandolier";
12
+ EquipmentSlot["LeftHip"] = "leftHip";
13
+ EquipmentSlot["RightHip"] = "rightHip";
14
+ EquipmentSlot["LeftThigh"] = "leftThigh";
15
+ EquipmentSlot["RightThigh"] = "rightThigh";
16
+ EquipmentSlot["LeftAnkle"] = "leftAnkle";
17
+ EquipmentSlot["RightAnkle"] = "rightAnkle";
18
+ EquipmentSlot["LeftBicept"] = "leftBicept";
19
+ EquipmentSlot["RightBicept"] = "rightBicept";
20
+ EquipmentSlot["LeftForearm"] = "leftForearm";
21
+ EquipmentSlot["RightForearm"] = "rightForearm";
22
+ EquipmentSlot["LeftWrist"] = "leftWrist";
23
+ EquipmentSlot["RightWrist"] = "rightWrist";
24
+ EquipmentSlot["LeftRing"] = "leftRing";
25
+ EquipmentSlot["RightRing"] = "rightRing";
26
+ })(EquipmentSlot || (EquipmentSlot = {}));
27
+ //# sourceMappingURL=equipment-enum.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"equipment-enum.js","sourceRoot":"","sources":["../../../../../../../../src/commands/game/sideQuest/types/shared/equipment-enum.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,aAwBX;AAxBD,WAAY,aAAa;IACvB,8BAAa,CAAA;IACb,gCAAe,CAAA;IACf,8BAAa,CAAA;IACb,gCAAe,CAAA;IACf,8BAAa,CAAA;IACb,sCAAqB,CAAA;IACrB,8CAA6B,CAAA;IAC7B,gDAA+B,CAAA;IAC/B,wCAAuB,CAAA;IACvB,oCAAmB,CAAA;IACnB,sCAAqB,CAAA;IACrB,wCAAuB,CAAA;IACvB,0CAAyB,CAAA;IACzB,wCAAuB,CAAA;IACvB,0CAAyB,CAAA;IACzB,0CAAyB,CAAA;IACzB,4CAA2B,CAAA;IAC3B,4CAA2B,CAAA;IAC3B,8CAA6B,CAAA;IAC7B,wCAAuB,CAAA;IACvB,0CAAyB,CAAA;IACzB,sCAAqB,CAAA;IACrB,wCAAuB,CAAA;AACzB,CAAC,EAxBW,aAAa,KAAb,aAAa,QAwBxB"}
@@ -0,0 +1,69 @@
1
+ export declare enum Size {
2
+ Tiny = "tiny",
3
+ Small = "small",
4
+ Medium = "medium",
5
+ Large = "large",
6
+ VeryLarge = "very large"
7
+ }
8
+ export declare enum Rating {
9
+ Common = "common",
10
+ Standard = "standard",
11
+ Rare = "rare",
12
+ Legendary = "legendary",
13
+ MilitaryGrade = "military-grade"
14
+ }
15
+ export declare enum Category {
16
+ Weapon = "weapon",
17
+ MeleeWeapon = "melee weapon",
18
+ RangedWeapon = "ranged weapon",
19
+ Ammunition = "ammunition",
20
+ Explosive = "explosive",
21
+ BodyArmor = "body armor",
22
+ Armor = "armor",
23
+ Shield = "shield",
24
+ Helmet = "helmet",
25
+ ArmArmor = "arm armor",
26
+ LegArmor = "leg armor",
27
+ Boots = "boots",
28
+ Gloves = "gloves",
29
+ Cyberware = "cyberware",
30
+ Bioware = "bioware",
31
+ Nanoware = "nanoware",
32
+ Geneware = "geneware",
33
+ Commlink = "commlink",
34
+ Cyberdeck = "cyberdeck",
35
+ RCC = "rcc",// Rigger Command Console
36
+ Drone = "drone",
37
+ Software = "software",
38
+ Electronics = "electronics",
39
+ EyeCyberwere = "eyewear",
40
+ Focus = "focus",
41
+ SpellFormula = "spell formula",
42
+ AlchemicalItem = "alchemical item",
43
+ MagicalReagent = "magical reagent",
44
+ Fetish = "fetish",
45
+ Grimoire = "grimoire",
46
+ Clothing = "clothing",
47
+ ArmorClothing = "armor clothing",
48
+ Medical = "medical",
49
+ Tool = "tool",
50
+ Consumable = "consumable",
51
+ Sensor = "sensor",
52
+ SlapPatch = "slap patch",
53
+ BiometricScanner = "biometric scanner",
54
+ Hat = "hat",
55
+ Glasses = "glasses",
56
+ SIN = "sin",
57
+ FakeSIN = "fake sin",
58
+ License = "license",
59
+ CurrencyContainer = "currency container",
60
+ Credstick = "credstick",
61
+ Vice = "vice",
62
+ Book = "book",
63
+ Key = "key",
64
+ Trinket = "trinket",
65
+ Document = "document",
66
+ Datachip = "datachip",
67
+ Badge = "badge",
68
+ Unknown = "unknown"
69
+ }
@@ -0,0 +1,80 @@
1
+ export var Size;
2
+ (function (Size) {
3
+ Size["Tiny"] = "tiny";
4
+ Size["Small"] = "small";
5
+ Size["Medium"] = "medium";
6
+ Size["Large"] = "large";
7
+ Size["VeryLarge"] = "very large";
8
+ })(Size || (Size = {}));
9
+ export var Rating;
10
+ (function (Rating) {
11
+ Rating["Common"] = "common";
12
+ Rating["Standard"] = "standard";
13
+ Rating["Rare"] = "rare";
14
+ Rating["Legendary"] = "legendary";
15
+ Rating["MilitaryGrade"] = "military-grade";
16
+ })(Rating || (Rating = {}));
17
+ export var Category;
18
+ (function (Category) {
19
+ // Combat
20
+ Category["Weapon"] = "weapon";
21
+ Category["MeleeWeapon"] = "melee weapon";
22
+ Category["RangedWeapon"] = "ranged weapon";
23
+ Category["Ammunition"] = "ammunition";
24
+ Category["Explosive"] = "explosive";
25
+ Category["BodyArmor"] = "body armor";
26
+ Category["Armor"] = "armor";
27
+ Category["Shield"] = "shield";
28
+ Category["Helmet"] = "helmet";
29
+ Category["ArmArmor"] = "arm armor";
30
+ Category["LegArmor"] = "leg armor";
31
+ Category["Boots"] = "boots";
32
+ Category["Gloves"] = "gloves";
33
+ // Cyberware / Bioware / Augmentations
34
+ Category["Cyberware"] = "cyberware";
35
+ Category["Bioware"] = "bioware";
36
+ Category["Nanoware"] = "nanoware";
37
+ Category["Geneware"] = "geneware";
38
+ // Electronics and Matrix
39
+ Category["Commlink"] = "commlink";
40
+ Category["Cyberdeck"] = "cyberdeck";
41
+ Category["RCC"] = "rcc";
42
+ Category["Drone"] = "drone";
43
+ Category["Software"] = "software";
44
+ Category["Electronics"] = "electronics";
45
+ Category["EyeCyberwere"] = "eyewear";
46
+ // Magic
47
+ Category["Focus"] = "focus";
48
+ Category["SpellFormula"] = "spell formula";
49
+ Category["AlchemicalItem"] = "alchemical item";
50
+ Category["MagicalReagent"] = "magical reagent";
51
+ Category["Fetish"] = "fetish";
52
+ Category["Grimoire"] = "grimoire";
53
+ // Gear and Utility
54
+ Category["Clothing"] = "clothing";
55
+ Category["ArmorClothing"] = "armor clothing";
56
+ Category["Medical"] = "medical";
57
+ Category["Tool"] = "tool";
58
+ Category["Consumable"] = "consumable";
59
+ Category["Sensor"] = "sensor";
60
+ Category["SlapPatch"] = "slap patch";
61
+ Category["BiometricScanner"] = "biometric scanner";
62
+ Category["Hat"] = "hat";
63
+ Category["Glasses"] = "glasses";
64
+ // Economy & Identity
65
+ Category["SIN"] = "sin";
66
+ Category["FakeSIN"] = "fake sin";
67
+ Category["License"] = "license";
68
+ Category["CurrencyContainer"] = "currency container";
69
+ Category["Credstick"] = "credstick";
70
+ // Misc and World
71
+ Category["Vice"] = "vice";
72
+ Category["Book"] = "book";
73
+ Category["Key"] = "key";
74
+ Category["Trinket"] = "trinket";
75
+ Category["Document"] = "document";
76
+ Category["Datachip"] = "datachip";
77
+ Category["Badge"] = "badge";
78
+ Category["Unknown"] = "unknown";
79
+ })(Category || (Category = {}));
80
+ //# sourceMappingURL=item-enum.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"item-enum.js","sourceRoot":"","sources":["../../../../../../../../src/commands/game/sideQuest/types/shared/item-enum.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,IAMX;AAND,WAAY,IAAI;IACd,qBAAa,CAAA;IACX,uBAAe,CAAA;IACf,yBAAiB,CAAA;IACjB,uBAAe,CAAA;IACf,gCAAwB,CAAA;AAC5B,CAAC,EANW,IAAI,KAAJ,IAAI,QAMf;AAED,MAAM,CAAN,IAAY,MAMX;AAND,WAAY,MAAM;IAChB,2BAAiB,CAAA;IACf,+BAAqB,CAAA;IACrB,uBAAa,CAAA;IACb,iCAAuB,CAAA;IACvB,0CAAgC,CAAA;AACpC,CAAC,EANW,MAAM,KAAN,MAAM,QAMjB;AAED,MAAM,CAAN,IAAY,QAmEX;AAnED,WAAY,QAAQ;IAClB,SAAS;IACT,6BAAiB,CAAA;IACjB,wCAA4B,CAAA;IAC5B,0CAA8B,CAAA;IAC9B,qCAAyB,CAAA;IACzB,mCAAuB,CAAA;IACvB,oCAAwB,CAAA;IACxB,2BAAe,CAAA;IACf,6BAAiB,CAAA;IACjB,6BAAiB,CAAA;IACjB,kCAAsB,CAAA;IACtB,kCAAsB,CAAA;IACtB,2BAAe,CAAA;IACf,6BAAiB,CAAA;IAEjB,sCAAsC;IACtC,mCAAuB,CAAA;IACvB,+BAAmB,CAAA;IACnB,iCAAqB,CAAA;IACrB,iCAAqB,CAAA;IAErB,yBAAyB;IACzB,iCAAqB,CAAA;IACrB,mCAAuB,CAAA;IACvB,uBAAW,CAAA;IACX,2BAAe,CAAA;IACf,iCAAqB,CAAA;IACrB,uCAA2B,CAAA;IAC3B,oCAAwB,CAAA;IAExB,QAAQ;IACR,2BAAe,CAAA;IACf,0CAA8B,CAAA;IAC9B,8CAAkC,CAAA;IAClC,8CAAkC,CAAA;IAClC,6BAAiB,CAAA;IACjB,iCAAqB,CAAA;IAErB,mBAAmB;IACnB,iCAAqB,CAAA;IACrB,4CAAgC,CAAA;IAChC,+BAAmB,CAAA;IACnB,yBAAa,CAAA;IACb,qCAAyB,CAAA;IACzB,6BAAiB,CAAA;IACjB,oCAAwB,CAAA;IACxB,kDAAsC,CAAA;IACtC,uBAAW,CAAA;IACX,+BAAmB,CAAA;IAEnB,qBAAqB;IACrB,uBAAW,CAAA;IACX,gCAAoB,CAAA;IACpB,+BAAmB,CAAA;IACnB,oDAAwC,CAAA;IACxC,mCAAuB,CAAA;IAEvB,iBAAiB;IACjB,yBAAa,CAAA;IACb,yBAAa,CAAA;IACb,uBAAW,CAAA;IACX,+BAAmB,CAAA;IACnB,iCAAqB,CAAA;IACrB,iCAAqB,CAAA;IACrB,2BAAe,CAAA;IACf,+BAAmB,CAAA;AACrB,CAAC,EAnEW,QAAQ,KAAR,QAAQ,QAmEnB"}
@@ -0,0 +1,7 @@
1
+ import { ISceneSeedJson } from './types/seed/scene-seed.js';
2
+ export interface IMainGameConfig {
3
+ debug?: boolean;
4
+ logFilePath: string;
5
+ useAi: boolean;
6
+ }
7
+ export declare function main(playerName: string, sceneSeed: ISceneSeedJson, options: IMainGameConfig): Promise<void>;
@@ -0,0 +1,77 @@
1
+ import blessed from 'blessed';
2
+ import { capitalCase } from 'change-case';
3
+ import Game from './game.js';
4
+ import { Player, Room, } from './models/_index.js';
5
+ import { Logger } from './utilities/logger.js';
6
+ export async function main(playerName, sceneSeed, options) {
7
+ // Create a screen object
8
+ const screen = blessed.screen({
9
+ smartCSR: true,
10
+ title: 'Side Quest Adventure Game',
11
+ });
12
+ screen.key(['C-c'], () => {
13
+ process.exit(0);
14
+ });
15
+ // Initialize Logger
16
+ const gameLog = Logger.getInstance(options.logFilePath, screen);
17
+ try {
18
+ gameLog.write(`----->>>>>> Initializing Game`);
19
+ const nexus = new Room({
20
+ name: 'Nexus',
21
+ description: 'A featureless room where lost souls drift.',
22
+ roomType: 'void'
23
+ });
24
+ const player = new Player({ playerName, startLocation: nexus });
25
+ // Create the game instance
26
+ const game = await Game.getInstance(player, sceneSeed);
27
+ const ready = await game.init(options, screen);
28
+ // Print welcome message or initial room description
29
+ game.logBox.setContent(ready); // getWelcomeMessage should return the initial game introduction or room description
30
+ game.updateEquipment(game.player.equipment);
31
+ game.updateInventory(game.player.inventory, capitalCase(game.scene.getCurrencyType()));
32
+ game.updateExits(game.player.currentLocation);
33
+ game.inputBox.key(['enter'], () => {
34
+ void (async () => {
35
+ try {
36
+ const input = game.inputBox.getValue();
37
+ const response = await game.handleInput(input); // handleInput is the method that processes commands
38
+ if (['take', 'equip', 'unequip'].includes(input.split(' ')[0])) {
39
+ // Example usage: update the inventory with a new list of items
40
+ game.updateInventory(game.player.inventory, capitalCase(game.scene.getCurrencyType()));
41
+ game.updateEquipment(game.player.equipment);
42
+ }
43
+ if (['go', 'lock', 'unlock'].includes(input.split(' ')[0])) {
44
+ game.updateExits(game.player.currentLocation);
45
+ }
46
+ if (input.split(' ')[0] === 'clear') {
47
+ game.logBox.setContent('');
48
+ }
49
+ gameLog.write(`Input response: ${response}`);
50
+ if (response === null) {
51
+ screen.render();
52
+ gameLog.write(`<<<<<<<<--------- Terminating game`);
53
+ process.exit(0); // Exit the game
54
+ }
55
+ game.logBox.pushLine(response);
56
+ game.logBox.scroll(1);
57
+ game.inputBox.clearValue();
58
+ game.inputBox.focus();
59
+ screen.render();
60
+ }
61
+ catch (error) {
62
+ gameLog.error(`Error handling input: ${error}`);
63
+ }
64
+ })();
65
+ });
66
+ }
67
+ catch (error) {
68
+ gameLog.error(error);
69
+ gameLog.error(`<<<<<<<<--------- Terminating game`);
70
+ process.exit(1);
71
+ }
72
+ }
73
+ // Get arguments from the command line
74
+ const args = process.argv.slice(2);
75
+ // Call the main function with the parsed arguments
76
+ await main(args[0], JSON.parse(args[1]), JSON.parse(args[2]));
77
+ //# sourceMappingURL=ui.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui.js","sourceRoot":"","sources":["../../../../../../src/commands/game/sideQuest/ui.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,16 @@
1
+ import { Widgets } from 'blessed';
2
+ type BlessedColor = 'black' | 'red' | 'green' | 'yellow' | 'blue' | 'magenta' | 'cyan' | 'white' | 'gray' | 'lightred' | 'lightgreen' | 'lightblue' | 'lightmagenta' | 'lightcyan' | 'lightgray';
3
+ export declare class Logger {
4
+ private static instance;
5
+ private filePath;
6
+ private screen?;
7
+ private constructor();
8
+ static getInstance(filePath?: string, screen?: Widgets.Screen): Logger;
9
+ private ensureLogFileExists;
10
+ write(message: string): void;
11
+ error(message: string): void;
12
+ log(message: string): void;
13
+ logWithColor(message: string, color?: BlessedColor): void;
14
+ hasScreen(): boolean;
15
+ }
16
+ export {};
@@ -0,0 +1,67 @@
1
+ import fs from 'fs';
2
+ import os from 'os';
3
+ import path from 'path';
4
+ const homeDir = os.homedir();
5
+ export class Logger {
6
+ static instance;
7
+ filePath;
8
+ screen; // Ensure this is defined
9
+ constructor(filePath, screen) {
10
+ this.filePath = filePath;
11
+ this.screen = screen;
12
+ this.ensureLogFileExists();
13
+ }
14
+ static getInstance(filePath = path.join(homeDir, '.maka', 'side-quest.log'), screen) {
15
+ if (!Logger.instance) {
16
+ if (!screen) {
17
+ throw new Error("Screen must be provided when initializing the Logger for the first time.");
18
+ }
19
+ Logger.instance = new Logger(filePath, screen);
20
+ }
21
+ return Logger.instance;
22
+ }
23
+ ensureLogFileExists() {
24
+ const dirPath = path.dirname(this.filePath);
25
+ // Check if directory exists
26
+ if (!fs.existsSync(dirPath)) {
27
+ fs.mkdirSync(dirPath, { recursive: true });
28
+ }
29
+ // Check if log file exists, if not, create an empty file
30
+ if (!fs.existsSync(this.filePath)) {
31
+ fs.writeFileSync(this.filePath, '');
32
+ }
33
+ }
34
+ write(message) {
35
+ const timestamp = new Date().toISOString();
36
+ const logMessage = `[INFO] [${timestamp}] ${message}\n`;
37
+ fs.appendFileSync(this.filePath, logMessage);
38
+ }
39
+ // Writes an error log message
40
+ error(message) {
41
+ const timestamp = new Date().toISOString();
42
+ const errorMessage = `[ERROR] [${timestamp}] ${message}\n`;
43
+ fs.appendFileSync(this.filePath, errorMessage);
44
+ }
45
+ log(message) {
46
+ const logBox = this.screen?.children.find(child => child.type === 'box' && child.options.id === 'logBox');
47
+ if (logBox) {
48
+ logBox.insertBottom(message); // Supports color tags
49
+ logBox.scrollTo(logBox.getScrollHeight());
50
+ this.screen?.render();
51
+ }
52
+ else {
53
+ this.error(`The logbox ${logBox} could not be found on screen ${this.screen}`);
54
+ }
55
+ // Strip Blessed color tags before writing to file
56
+ const strippedMessage = message.replace(/\{[^}]+\}/g, '');
57
+ this.write(strippedMessage);
58
+ }
59
+ logWithColor(message, color = 'white') {
60
+ const coloredMessage = `{${color}-fg}${message}{/${color}-fg}`;
61
+ this.log(coloredMessage);
62
+ }
63
+ hasScreen() {
64
+ return !!this.screen;
65
+ }
66
+ }
67
+ //# sourceMappingURL=logger.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"logger.js","sourceRoot":"","sources":["../../../../../../../src/commands/game/sideQuest/utilities/logger.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,67 @@
1
+ import path from 'path';
2
+ import { spawn } from 'child_process';
3
+ import { createRequire } from 'module';
4
+ const require = createRequire(import.meta.url);
5
+ import PlayCommand from './play.command.js';
6
+ import { Command } from '../../command.js';
7
+ import { Actions } from '../../tools/actions/actions.class.js';
8
+ import { Log } from '../../tools/log/log.class.js';
9
+ const shadowrunConfig1 = require('./sideQuest/scenes/scene1.json');
10
+ const shadowrunConfig2 = require('./sideQuest/scenes/scene2.json');
11
+ import { fileURLToPath } from 'url';
12
+ import { dirname } from 'path';
13
+ const __filename = fileURLToPath(import.meta.url);
14
+ const __dirname = dirname(__filename);
15
+ Command.create({
16
+ name: 'shadowrun',
17
+ usage: 'maka play:shadowrun',
18
+ shortDesc: `Play a little side-quest`,
19
+ aliases: ['sr'],
20
+ description: `Just a little pet project... I really liked the Dunnet game that
21
+ came with MacOS but has been removed. I really like the Shadowrun world, and
22
+ thought I'd mess around with a little text-based version of it.`,
23
+ validOpts: ['player']
24
+ }, async function (args, opts) {
25
+ try {
26
+ const makaDir = this.fsi.getGlobalMakaDir();
27
+ const logFilePath = path.join(makaDir, 'side-quest.log');
28
+ const playerName = (opts.player) ? opts.player : await Actions.ask('What is your name? [Maka]') || 'Maka';
29
+ const gameOptions = {
30
+ ...opts,
31
+ logFilePath
32
+ };
33
+ const sideQuestAnswer = await Actions.select({
34
+ message: 'Which Run would you like to play?',
35
+ name: 'sideQuestAnswer',
36
+ choices: [
37
+ { name: shadowrunConfig1.name, value: shadowrunConfig1 },
38
+ { name: shadowrunConfig2.name, value: shadowrunConfig2 },
39
+ ]
40
+ });
41
+ if (playerName && sideQuestAnswer) {
42
+ // Spawn a new process to run your main function
43
+ const child = spawn('node', [path.resolve(__dirname, './sideQuest/ui.js'), playerName, JSON.stringify(sideQuestAnswer), JSON.stringify(gameOptions)], {
44
+ stdio: 'inherit'
45
+ });
46
+ // Capture error on spawn failure
47
+ child.on('error', (err) => {
48
+ Log.error(`Failed to start side quest: ${err.message}`);
49
+ });
50
+ child.on('exit', (code, signal) => {
51
+ if (code === 0) {
52
+ Log.bright(`Thanks for playing!`);
53
+ }
54
+ else if (code === 2) {
55
+ Log.bright(`You died! Thanks for playing!`);
56
+ }
57
+ else {
58
+ Log.error(`Side quest exited with code ${code} or signal ${signal}`);
59
+ }
60
+ });
61
+ }
62
+ }
63
+ catch (error) {
64
+ console.log(error);
65
+ }
66
+ }, PlayCommand);
67
+ //# sourceMappingURL=sideQuest.sub.cmd.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sideQuest.sub.cmd.js","sourceRoot":"","sources":["../../../../../src/commands/game/sideQuest.sub.cmd.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,12 @@
1
+ import PlayCommand from './play.command.js';
2
+ import { Command } from '../../command.js';
3
+ import { execSync } from 'child_process';
4
+ Command.create({
5
+ name: 'snake',
6
+ usage: 'maka game:snake',
7
+ shortDesc: `Play Snake: https://www.npmjs.com/package/command-line-snake`,
8
+ validOpts: []
9
+ }, async function () {
10
+ execSync('npx command-line-snake', { stdio: 'inherit' });
11
+ }, PlayCommand);
12
+ //# sourceMappingURL=snake.sub.cmd.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"snake.sub.cmd.js","sourceRoot":"","sources":["../../../../../src/commands/game/snake.sub.cmd.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAE3C,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC,OAAO,CAAC,MAAM,CAAC;IACb,IAAI,EAAE,OAAO;IACb,KAAK,EAAE,iBAAiB;IACxB,SAAS,EAAE,8DAA8D;IACzE,SAAS,EAAE,EAAE;CACd,EAAE,KAAK;IACN,QAAQ,CAAC,wBAAwB,EAAE,EAAE,KAAK,EAAE,SAAS,EAAE,CAAC,CAAC;AAC3D,CAAC,EAAE,WAAW,CAAC,CAAC"}
@@ -0,0 +1,12 @@
1
+ import PlayCommand from './play.command.js';
2
+ import { Command } from '../../command.js';
3
+ import { execSync } from 'child_process';
4
+ Command.create({
5
+ name: 'tetris',
6
+ usage: 'maka game:tetris',
7
+ shortDesc: `Play Tetris: https://github.com/robertrypula/simple-tetris`,
8
+ validOpts: []
9
+ }, async function () {
10
+ execSync('npx simple-tetris', { stdio: 'inherit' });
11
+ }, PlayCommand);
12
+ //# sourceMappingURL=tetris.sub.cmd.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tetris.sub.cmd.js","sourceRoot":"","sources":["../../../../../src/commands/game/tetris.sub.cmd.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAE3C,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC,OAAO,CAAC,MAAM,CAAC;IACb,IAAI,EAAE,QAAQ;IACd,KAAK,EAAE,kBAAkB;IACzB,SAAS,EAAE,4DAA4D;IACvE,SAAS,EAAE,EAAE;CACd,EAAE,KAAK;IACN,QAAQ,CAAC,mBAAmB,EAAE,EAAE,KAAK,EAAE,SAAS,EAAE,CAAC,CAAC;AACtD,CAAC,EAAE,WAAW,CAAC,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,42 @@
1
+ import { Command } from '../command.js';
2
+ import MakaGen from '../generators/maka.gen.js';
3
+ import { Log } from '../tools/log/log.class.js';
4
+ Command.create({
5
+ name: 'generate',
6
+ aliases: ['g'],
7
+ usage: 'maka {generate, g}:<generator> <name>',
8
+ validOpts: [],
9
+ mustBeInMakaProject: true,
10
+ resourceNameRequired: false,
11
+ isRoot: true,
12
+ shortDesc: 'Scaffold various parts of your application',
13
+ description: `
14
+ For a list of generators, run "maka generate --help" or "maka g --help"
15
+ `,
16
+ examples: [
17
+ 'maka generate:scaffold todos',
18
+ 'maka g:scaffold todos',
19
+ 'maka g:template todos/todo_item',
20
+ 'maka g:package package:name',
21
+ 'maka g:route todos/edit',
22
+ 'maka g:api trucks',
23
+ 'maka g:dbc geoserver --type=pgsql'
24
+ ],
25
+ }, async function (args, opts) {
26
+ try {
27
+ const gName = args[0];
28
+ if (gName) {
29
+ args.splice(0, 1);
30
+ // Invoke the specified generator
31
+ await MakaGen.processAndRunGenerator(gName, args, opts);
32
+ }
33
+ else {
34
+ await MakaGen.invoke(args, opts);
35
+ }
36
+ }
37
+ catch (e) {
38
+ Log.error(e);
39
+ process.exit(1);
40
+ }
41
+ });
42
+ //# sourceMappingURL=generate.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"generate.js","sourceRoot":"","sources":["../../../../src/commands/generate.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AACxC,OAAO,OAAO,MAAM,2BAA2B,CAAC;AAChD,OAAO,EAAE,GAAG,EAAE,MAAM,2BAA2B,CAAC;AAEhD,OAAO,CAAC,MAAM,CAAC;IACb,IAAI,EAAE,UAAU;IAChB,OAAO,EAAE,CAAC,GAAG,CAAC;IACd,KAAK,EAAE,uCAAuC;IAC9C,SAAS,EAAE,EAAE;IACb,mBAAmB,EAAE,IAAI;IACzB,oBAAoB,EAAE,KAAK;IAC3B,MAAM,EAAE,IAAI;IACZ,SAAS,EAAE,4CAA4C;IACvD,WAAW,EAAE;;GAEZ;IACD,QAAQ,EAAE;QACR,8BAA8B;QAC9B,uBAAuB;QACvB,iCAAiC;QACjC,6BAA6B;QAC7B,yBAAyB;QACzB,mBAAmB;QACnB,mCAAmC;KACpC;CACF,EAAE,KAAK,WAAW,IAAc,EAAE,IAA6B;IAC9D,IAAI,CAAC;QACH,MAAM,KAAK,GAAG,IAAI,CAAC,CAAC,CAAC,CAAC;QAEtB,IAAI,KAAK,EAAE,CAAC;YACV,IAAI,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;YAClB,iCAAiC;YACjC,MAAM,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC;QAC1D,CAAC;aAAM,CAAC;YACN,MAAM,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;QACnC,CAAC;IACH,CAAC;IAAC,OAAO,CAAC,EAAE,CAAC;QACX,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;QACb,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;IAClB,CAAC;AACH,CAAC,CAAC,CAAC"}
@@ -0,0 +1,4 @@
1
+ import './get.command.js';
2
+ import './global.sub.cmd.js';
3
+ import './local.sub.cmd.js';
4
+ import './whoami.sub.cmd.js';
@@ -0,0 +1,5 @@
1
+ import './get.command.js';
2
+ import './global.sub.cmd.js';
3
+ import './local.sub.cmd.js';
4
+ import './whoami.sub.cmd.js';
5
+ //# sourceMappingURL=_index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_index.js","sourceRoot":"","sources":["../../../../../src/commands/get/_index.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,CAAC;AAC1B,OAAO,qBAAqB,CAAC;AAC7B,OAAO,oBAAoB,CAAC;AAC5B,OAAO,qBAAqB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { Command } from '../../command.js';
2
+ declare const GetCommand: Command;
3
+ export default GetCommand;
@@ -0,0 +1,13 @@
1
+ import { Command } from '../../command.js';
2
+ const GetCommand = Command.create({
3
+ name: 'get',
4
+ usage: 'maka get:<sub-command>',
5
+ shortDesc: 'Get various Maka variables and configurations',
6
+ validOpts: [],
7
+ }, async function (args) {
8
+ const command = args[0];
9
+ // Invoke the specified generator
10
+ await this.processAndRunCommand(command);
11
+ });
12
+ export default GetCommand;
13
+ //# sourceMappingURL=get.command.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get.command.js","sourceRoot":"","sources":["../../../../../src/commands/get/get.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAE3C,MAAM,UAAU,GAAG,OAAO,CAAC,MAAM,CAAC;IAChC,IAAI,EAAE,KAAK;IACX,KAAK,EAAE,wBAAwB;IAC/B,SAAS,EAAE,+CAA+C;IAC1D,SAAS,EAAE,EAAE;CACd,EAAE,KAAK,WAAW,IAAc;IAC/B,MAAM,OAAO,GAAW,IAAI,CAAC,CAAC,CAAC,CAAC;IAEhC,iCAAiC;IACjC,MAAM,IAAI,CAAC,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAC3C,CAAC,CAAC,CAAC;AAEH,eAAe,UAAU,CAAC"}
@@ -0,0 +1,20 @@
1
+ import GetCommand from './get.command.js';
2
+ import { Command } from '../../command.js';
3
+ Command.create({
4
+ name: 'global-config',
5
+ usage: 'maka get:global-config',
6
+ aliases: ['gc'],
7
+ shortDesc: `Get maka configurations in the global ~/.maka/global-config.json file`,
8
+ validOpts: [],
9
+ }, async function () {
10
+ try {
11
+ const globalConfig = await this.cfg.getGlobalConfig();
12
+ console.log(globalConfig);
13
+ process.exit(0);
14
+ }
15
+ catch (e) {
16
+ console.error(e);
17
+ process.exit(0);
18
+ }
19
+ }, GetCommand);
20
+ //# sourceMappingURL=global.sub.cmd.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"global.sub.cmd.js","sourceRoot":"","sources":["../../../../../src/commands/get/global.sub.cmd.ts"],"names":[],"mappings":"AAAA,OAAO,UAAU,MAAM,kBAAkB,CAAC;AAC1C,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAE3C,OAAO,CAAC,MAAM,CAAC;IACb,IAAI,EAAE,eAAe;IACrB,KAAK,EAAE,wBAAwB;IAC/B,OAAO,EAAE,CAAC,IAAI,CAAC;IACf,SAAS,EAAE,uEAAuE;IAClF,SAAS,EAAE,EAAE;CACd,EAAE,KAAK;IACN,IAAI,CAAC;QACH,MAAM,YAAY,GAAG,MAAM,IAAI,CAAC,GAAG,CAAC,eAAe,EAAE,CAAC;QAEtD,OAAO,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;QAC1B,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;IAClB,CAAC;IAAC,OAAM,CAAC,EAAE,CAAC;QAEV,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;QACjB,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;IAClB,CAAC;AACH,CAAC,EAAE,UAAU,CAAC,CAAC"}
@@ -0,0 +1,14 @@
1
+ import GetCommand from './get.command.js';
2
+ import { Command } from '../../command.js';
3
+ Command.create({
4
+ name: 'local-config',
5
+ usage: 'maka get:local-config',
6
+ mustBeInMakaProject: true,
7
+ aliases: ['lc'],
8
+ shortDesc: `Get maka configurations in the local .maka/config.json file`,
9
+ validOpts: [],
10
+ }, async function () {
11
+ const config = await this.cfg.getMakaProjectConfig();
12
+ console.log(config);
13
+ }, GetCommand);
14
+ //# sourceMappingURL=local.sub.cmd.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"local.sub.cmd.js","sourceRoot":"","sources":["../../../../../src/commands/get/local.sub.cmd.ts"],"names":[],"mappings":"AAAA,OAAO,UAAU,MAAM,kBAAkB,CAAC;AAC1C,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAE3C,OAAO,CAAC,MAAM,CAAC;IACb,IAAI,EAAE,cAAc;IACpB,KAAK,EAAE,uBAAuB;IAC9B,mBAAmB,EAAE,IAAI;IACzB,OAAO,EAAE,CAAC,IAAI,CAAC;IACf,SAAS,EAAE,6DAA6D;IACxE,SAAS,EAAE,EAAE;CACd,EAAE,KAAK;IACJ,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,GAAG,CAAC,oBAAoB,EAAE,CAAC;IAErD,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;AACxB,CAAC,EAAE,UAAU,CAAC,CAAC"}