@keshavsoft/kschema-cli 1.6.1 → 1.7.1

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 (272) hide show
  1. package/bin/{v4 → v7}/core/resolveCommand.js +3 -2
  2. package/package.json +4 -4
  3. package/bin/v2/commands/init.js +0 -20
  4. package/bin/v2/commands/template/package.json +0 -13
  5. package/bin/v2/start.js +0 -23
  6. package/bin/v3/commands/init.js +0 -18
  7. package/bin/v3/commands/steps/announce.js +0 -3
  8. package/bin/v3/commands/steps/decideFolderName.js +0 -4
  9. package/bin/v3/commands/steps/locateDestination.js +0 -5
  10. package/bin/v3/commands/template/basic/Config/Schemas/BillsTable.json +0 -165
  11. package/bin/v3/commands/template/basic/Config/Schemas/ItemsTable.json +0 -200
  12. package/bin/v3/commands/template/basic/Config/Schemas/LedgerNames.json +0 -50
  13. package/bin/v3/commands/template/basic/Config/Schemas/StockItems.json +0 -45
  14. package/bin/v3/commands/template/basic/Data/BillsTable.json +0 -165
  15. package/bin/v3/commands/template/basic/Data/ItemsTable.json +0 -200
  16. package/bin/v3/commands/template/basic/Data/LedgerNames.json +0 -6
  17. package/bin/v3/commands/template/basic/Data/StockItems.json +0 -45
  18. package/bin/v3/commands/template/basic/app.js +0 -4
  19. package/bin/v3/commands/template/basic/package-lock.json +0 -21
  20. package/bin/v3/commands/template/basic/package.json +0 -13
  21. package/bin/v3/commands/template/basic/read.js +0 -8
  22. package/bin/v3/commands/template/basic/write.js +0 -8
  23. package/bin/v3/commands/template/express/.vscode/launch.json +0 -12
  24. package/bin/v3/commands/template/express/Config/api.json +0 -8
  25. package/bin/v3/commands/template/express/Config/schema.json +0 -8
  26. package/bin/v3/commands/template/express/Config/ui.json +0 -8
  27. package/bin/v3/commands/template/express/config.json +0 -4
  28. package/bin/v3/commands/test.js +0 -36
  29. package/bin/v3/start.js +0 -27
  30. package/bin/v4/commands/steps/createProject.js +0 -6
  31. package/bin/v4/commands/steps/decideTemplate.js +0 -3
  32. package/bin/v4/commands/steps/locateSource.js +0 -14
  33. package/bin/v4/commands/template/basic/.vscode/launch.json +0 -12
  34. package/bin/v4/commands/template/basic/Config/Schemas/BillsTable.json +0 -165
  35. package/bin/v4/commands/template/basic/Config/Schemas/ItemsTable.json +0 -200
  36. package/bin/v4/commands/template/basic/Config/Schemas/LedgerNames.json +0 -50
  37. package/bin/v4/commands/template/basic/Config/Schemas/StockItems.json +0 -45
  38. package/bin/v4/commands/template/basic/Config/api.json +0 -8
  39. package/bin/v4/commands/template/basic/Config/schema.json +0 -8
  40. package/bin/v4/commands/template/basic/Config/ui.json +0 -8
  41. package/bin/v4/commands/template/basic/Data/BillsTable.json +0 -165
  42. package/bin/v4/commands/template/basic/Data/ItemsTable.json +0 -200
  43. package/bin/v4/commands/template/basic/Data/LedgerNames.json +0 -6
  44. package/bin/v4/commands/template/basic/Data/StockItems.json +0 -45
  45. package/bin/v4/commands/template/basic/app.js +0 -4
  46. package/bin/v4/commands/template/basic/config.json +0 -4
  47. package/bin/v4/commands/template/basic/package-lock.json +0 -21
  48. package/bin/v4/commands/template/basic/package.json +0 -13
  49. package/bin/v4/commands/template/basic/read.js +0 -8
  50. package/bin/v4/commands/template/basic/write.js +0 -8
  51. package/bin/v4/commands/template/express/.env +0 -8
  52. package/bin/v4/commands/template/express/.env.local +0 -7
  53. package/bin/v4/commands/template/express/.vscode/launch.json +0 -12
  54. package/bin/v4/commands/template/express/Config/Schemas/BillsTable.json +0 -166
  55. package/bin/v4/commands/template/express/Config/Schemas/ItemsTable.json +0 -206
  56. package/bin/v4/commands/template/express/Config/Schemas/LedgerNames.json +0 -50
  57. package/bin/v4/commands/template/express/Config/Schemas/StockItems.json +0 -45
  58. package/bin/v4/commands/template/express/Config/api.json +0 -8
  59. package/bin/v4/commands/template/express/Config/schema.json +0 -8
  60. package/bin/v4/commands/template/express/Config/ui.json +0 -8
  61. package/bin/v4/commands/template/express/ForFrontEnd/NonSecured/Builder/build.js +0 -6
  62. package/bin/v4/commands/template/express/ForFrontEnd/NonSecured/Builder/config.js +0 -12
  63. package/bin/v4/commands/template/express/ForFrontEnd/NonSecured/Builder/main.js +0 -29
  64. package/bin/v4/commands/template/express/ForFrontEnd/NonSecured/Builder/publish.js +0 -22
  65. package/bin/v4/commands/template/express/ForFrontEnd/NonSecured/Builder/repo.js +0 -20
  66. package/bin/v4/commands/template/express/ForFrontEnd/NonSecured/Builder/schema.js +0 -16
  67. package/bin/v4/commands/template/express/ForFrontEnd/NonSecured/Builder/utils.js +0 -26
  68. package/bin/v4/commands/template/express/ForFrontEnd/NonSecured/Builder/version.js +0 -25
  69. package/bin/v4/commands/template/express/ForFrontEnd/NonSecured/buildAndCopy.js +0 -166
  70. package/bin/v4/commands/template/express/ForFrontEnd/NonSecured/latestVersion.js +0 -38
  71. package/bin/v4/commands/template/express/ForFrontEnd/Secured/buildProtected.js +0 -108
  72. package/bin/v4/commands/template/express/ForFrontEnd/Secured/latestVersion.js +0 -38
  73. package/bin/v4/commands/template/express/app.js +0 -33
  74. package/bin/v4/commands/template/express/config.json +0 -4
  75. package/bin/v4/commands/template/express/package.json +0 -18
  76. package/bin/v4/commands/test.js +0 -36
  77. package/bin/v5/commands/init.js +0 -23
  78. package/bin/v5/commands/steps/announce.js +0 -3
  79. package/bin/v5/commands/steps/createProject.js +0 -6
  80. package/bin/v5/commands/steps/decideTemplate.js +0 -3
  81. package/bin/v5/commands/steps/locateDestination.js +0 -5
  82. package/bin/v5/commands/steps/locateSource.js +0 -14
  83. package/bin/v5/commands/template/basic/.vscode/launch.json +0 -12
  84. package/bin/v5/commands/template/basic/Config/Schemas/BillsTable.json +0 -165
  85. package/bin/v5/commands/template/basic/Config/Schemas/ItemsTable.json +0 -200
  86. package/bin/v5/commands/template/basic/Config/Schemas/LedgerNames.json +0 -50
  87. package/bin/v5/commands/template/basic/Config/Schemas/StockItems.json +0 -45
  88. package/bin/v5/commands/template/basic/Config/api.json +0 -8
  89. package/bin/v5/commands/template/basic/Config/schema.json +0 -8
  90. package/bin/v5/commands/template/basic/Config/ui.json +0 -8
  91. package/bin/v5/commands/template/basic/Data/BillsTable.json +0 -165
  92. package/bin/v5/commands/template/basic/Data/ItemsTable.json +0 -200
  93. package/bin/v5/commands/template/basic/Data/LedgerNames.json +0 -6
  94. package/bin/v5/commands/template/basic/Data/StockItems.json +0 -45
  95. package/bin/v5/commands/template/basic/app.js +0 -4
  96. package/bin/v5/commands/template/basic/config.json +0 -4
  97. package/bin/v5/commands/template/basic/package-lock.json +0 -21
  98. package/bin/v5/commands/template/basic/package.json +0 -13
  99. package/bin/v5/commands/template/basic/read.js +0 -8
  100. package/bin/v5/commands/template/basic/write.js +0 -8
  101. package/bin/v5/commands/template/express/.env +0 -8
  102. package/bin/v5/commands/template/express/.env.local +0 -7
  103. package/bin/v5/commands/template/express/.vscode/launch.json +0 -12
  104. package/bin/v5/commands/template/express/Config/Schemas/BillsTable.json +0 -166
  105. package/bin/v5/commands/template/express/Config/Schemas/ItemsTable.json +0 -206
  106. package/bin/v5/commands/template/express/Config/Schemas/LedgerNames.json +0 -50
  107. package/bin/v5/commands/template/express/Config/Schemas/StockItems.json +0 -45
  108. package/bin/v5/commands/template/express/Config/api.json +0 -8
  109. package/bin/v5/commands/template/express/Config/schema.json +0 -8
  110. package/bin/v5/commands/template/express/Config/ui.json +0 -8
  111. package/bin/v5/commands/template/express/ForFrontEnd/NonSecured/Builder/build.js +0 -6
  112. package/bin/v5/commands/template/express/ForFrontEnd/NonSecured/Builder/config.js +0 -12
  113. package/bin/v5/commands/template/express/ForFrontEnd/NonSecured/Builder/main.js +0 -29
  114. package/bin/v5/commands/template/express/ForFrontEnd/NonSecured/Builder/publish.js +0 -22
  115. package/bin/v5/commands/template/express/ForFrontEnd/NonSecured/Builder/repo.js +0 -20
  116. package/bin/v5/commands/template/express/ForFrontEnd/NonSecured/Builder/schema.js +0 -16
  117. package/bin/v5/commands/template/express/ForFrontEnd/NonSecured/Builder/utils.js +0 -26
  118. package/bin/v5/commands/template/express/ForFrontEnd/NonSecured/Builder/version.js +0 -25
  119. package/bin/v5/commands/template/express/ForFrontEnd/NonSecured/buildAndCopy.js +0 -166
  120. package/bin/v5/commands/template/express/ForFrontEnd/NonSecured/latestVersion.js +0 -38
  121. package/bin/v5/commands/template/express/ForFrontEnd/Secured/buildProtected.js +0 -108
  122. package/bin/v5/commands/template/express/ForFrontEnd/Secured/latestVersion.js +0 -38
  123. package/bin/v5/commands/template/express/app.js +0 -33
  124. package/bin/v5/commands/template/express/config.json +0 -4
  125. package/bin/v5/commands/template/express/package.json +0 -18
  126. package/bin/v5/commands/test.js +0 -36
  127. package/bin/v5/core/parseInput.js +0 -10
  128. package/bin/v5/core/resolveCommand.js +0 -13
  129. package/bin/v5/core/resolveFolderName.js +0 -17
  130. package/bin/v5/start.js +0 -23
  131. package/bin/v6/commands/generateSamples.js +0 -21
  132. package/bin/v6/commands/init.js +0 -23
  133. package/bin/v6/commands/steps/announce.js +0 -3
  134. package/bin/v6/commands/steps/createProject.js +0 -6
  135. package/bin/v6/commands/steps/decideTemplate.js +0 -3
  136. package/bin/v6/commands/steps/locateDestination.js +0 -5
  137. package/bin/v6/commands/steps/locateSource.js +0 -14
  138. package/bin/v6/commands/template/baseTemplate.js +0 -11
  139. package/bin/v6/commands/template/basic/.vscode/launch.json +0 -12
  140. package/bin/v6/commands/template/basic/Config/Schemas/BillsTable.json +0 -165
  141. package/bin/v6/commands/template/basic/Config/Schemas/ItemsTable.json +0 -200
  142. package/bin/v6/commands/template/basic/Config/Schemas/LedgerNames.json +0 -50
  143. package/bin/v6/commands/template/basic/Config/Schemas/StockItems.json +0 -45
  144. package/bin/v6/commands/template/basic/Config/api.json +0 -8
  145. package/bin/v6/commands/template/basic/Config/schema.json +0 -8
  146. package/bin/v6/commands/template/basic/Config/ui.json +0 -8
  147. package/bin/v6/commands/template/basic/Data/BillsTable.json +0 -165
  148. package/bin/v6/commands/template/basic/Data/ItemsTable.json +0 -200
  149. package/bin/v6/commands/template/basic/Data/LedgerNames.json +0 -6
  150. package/bin/v6/commands/template/basic/Data/StockItems.json +0 -45
  151. package/bin/v6/commands/template/basic/app.js +0 -4
  152. package/bin/v6/commands/template/basic/config.json +0 -4
  153. package/bin/v6/commands/template/basic/package-lock.json +0 -21
  154. package/bin/v6/commands/template/basic/read.js +0 -8
  155. package/bin/v6/commands/template/basic/write.js +0 -8
  156. package/bin/v6/commands/template/express/.env +0 -8
  157. package/bin/v6/commands/template/express/.env.local +0 -7
  158. package/bin/v6/commands/template/express/.vscode/launch.json +0 -12
  159. package/bin/v6/commands/template/express/Config/Schemas/BillsTable.json +0 -166
  160. package/bin/v6/commands/template/express/Config/Schemas/ItemsTable.json +0 -206
  161. package/bin/v6/commands/template/express/Config/Schemas/LedgerNames.json +0 -50
  162. package/bin/v6/commands/template/express/Config/Schemas/StockItems.json +0 -45
  163. package/bin/v6/commands/template/express/Config/api.json +0 -8
  164. package/bin/v6/commands/template/express/Config/schema.json +0 -8
  165. package/bin/v6/commands/template/express/Config/ui.json +0 -8
  166. package/bin/v6/commands/template/express/ForFrontEnd/NonSecured/Builder/build.js +0 -6
  167. package/bin/v6/commands/template/express/ForFrontEnd/NonSecured/Builder/config.js +0 -12
  168. package/bin/v6/commands/template/express/ForFrontEnd/NonSecured/Builder/main.js +0 -29
  169. package/bin/v6/commands/template/express/ForFrontEnd/NonSecured/Builder/publish.js +0 -22
  170. package/bin/v6/commands/template/express/ForFrontEnd/NonSecured/Builder/repo.js +0 -20
  171. package/bin/v6/commands/template/express/ForFrontEnd/NonSecured/Builder/schema.js +0 -16
  172. package/bin/v6/commands/template/express/ForFrontEnd/NonSecured/Builder/utils.js +0 -26
  173. package/bin/v6/commands/template/express/ForFrontEnd/NonSecured/Builder/version.js +0 -25
  174. package/bin/v6/commands/template/express/ForFrontEnd/NonSecured/buildAndCopy.js +0 -166
  175. package/bin/v6/commands/template/express/ForFrontEnd/NonSecured/latestVersion.js +0 -38
  176. package/bin/v6/commands/template/express/ForFrontEnd/Secured/buildProtected.js +0 -108
  177. package/bin/v6/commands/template/express/ForFrontEnd/Secured/latestVersion.js +0 -38
  178. package/bin/v6/commands/template/express/app.js +0 -33
  179. package/bin/v6/commands/template/express/config.json +0 -4
  180. package/bin/v6/commands/template/express/package.json +0 -18
  181. package/bin/v6/commands/test.js +0 -36
  182. package/bin/v6/core/parseInput.js +0 -10
  183. package/bin/v6/core/resolveCommand.js +0 -13
  184. package/bin/v6/core/resolveFolderName.js +0 -17
  185. package/bin/v6/start.js +0 -23
  186. package/src/template/v1/Config/Schemas/BillsTable.json +0 -165
  187. package/src/template/v1/Config/Schemas/ItemsTable.json +0 -200
  188. package/src/template/v1/Config/Schemas/LedgerNames.json +0 -45
  189. package/src/template/v1/Config/Schemas/StockItems.json +0 -45
  190. package/src/template/v1/Config/api.json +0 -8
  191. package/src/template/v1/Config/schema.json +0 -8
  192. package/src/template/v1/Config/ui.json +0 -8
  193. package/src/template/v1/config.json +0 -4
  194. package/template/v1/Config/Schemas/BillsTable.json +0 -165
  195. package/template/v1/Config/Schemas/ItemsTable.json +0 -200
  196. package/template/v1/Config/Schemas/LedgerNames.json +0 -45
  197. package/template/v1/Config/Schemas/StockItems.json +0 -45
  198. package/template/v1/Config/api.json +0 -8
  199. package/template/v1/Config/schema.json +0 -8
  200. package/template/v1/Config/ui.json +0 -8
  201. package/template/v1/config.json +0 -4
  202. package/template/v2/Config/Schemas/BillsTable.json +0 -165
  203. package/template/v2/Config/Schemas/ItemsTable.json +0 -200
  204. package/template/v2/Config/Schemas/LedgerNames.json +0 -50
  205. package/template/v2/Config/Schemas/StockItems.json +0 -45
  206. package/template/v2/Config/api.json +0 -8
  207. package/template/v2/Config/schema.json +0 -8
  208. package/template/v2/Config/ui.json +0 -8
  209. package/template/v2/Data/BillsTable.json +0 -1
  210. package/template/v2/Data/ItemsTable.json +0 -1
  211. package/template/v2/Data/LedgerNames.json +0 -6
  212. package/template/v2/Data/StockItems.json +0 -1
  213. package/template/v2/config.json +0 -4
  214. package/template/v2/delete.js +0 -8
  215. package/template/v2/package.json +0 -15
  216. package/template/v2/read.js +0 -8
  217. package/template/v2/write.js +0 -8
  218. /package/bin/{v5 → v7}/commands/generateSamples.js +0 -0
  219. /package/bin/{v4 → v7}/commands/init.js +0 -0
  220. /package/bin/{v4 → v7}/commands/steps/announce.js +0 -0
  221. /package/bin/{v3 → v7}/commands/steps/createProject.js +0 -0
  222. /package/bin/{v3 → v7}/commands/steps/decideTemplate.js +0 -0
  223. /package/bin/{v4 → v7}/commands/steps/locateDestination.js +0 -0
  224. /package/bin/{v3 → v7}/commands/steps/locateSource.js +0 -0
  225. /package/bin/{v5 → v7}/commands/template/baseTemplate.js +0 -0
  226. /package/bin/{v2/commands/template → v7/commands/template/basic}/.vscode/launch.json +0 -0
  227. /package/bin/{v2/commands/template → v7/commands/template/basic}/Config/Schemas/BillsTable.json +0 -0
  228. /package/bin/{v2/commands/template → v7/commands/template/basic}/Config/Schemas/ItemsTable.json +0 -0
  229. /package/bin/{v2/commands/template → v7/commands/template/basic}/Config/Schemas/LedgerNames.json +0 -0
  230. /package/bin/{v2/commands/template → v7/commands/template/basic}/Config/Schemas/StockItems.json +0 -0
  231. /package/bin/{v2/commands/template → v7/commands/template/basic}/Config/api.json +0 -0
  232. /package/bin/{v2/commands/template → v7/commands/template/basic}/Config/schema.json +0 -0
  233. /package/bin/{v2/commands/template → v7/commands/template/basic}/Config/ui.json +0 -0
  234. /package/bin/{v2/commands/template → v7/commands/template/basic}/Data/BillsTable.json +0 -0
  235. /package/bin/{v2/commands/template → v7/commands/template/basic}/Data/ItemsTable.json +0 -0
  236. /package/bin/{v2/commands/template → v7/commands/template/basic}/Data/LedgerNames.json +0 -0
  237. /package/bin/{v2/commands/template → v7/commands/template/basic}/Data/StockItems.json +0 -0
  238. /package/bin/{v2/commands/template → v7/commands/template/basic}/app.js +0 -0
  239. /package/bin/{v2/commands/template → v7/commands/template/basic}/config.json +0 -0
  240. /package/bin/{v2/commands/template → v7/commands/template/basic}/package-lock.json +0 -0
  241. /package/bin/{v6 → v7}/commands/template/basic/package.json +0 -0
  242. /package/bin/{v2/commands/template → v7/commands/template/basic}/read.js +0 -0
  243. /package/bin/{v2/commands/template → v7/commands/template/basic}/write.js +0 -0
  244. /package/bin/{v3 → v7}/commands/template/express/.env +0 -0
  245. /package/bin/{v3 → v7}/commands/template/express/.env.local +0 -0
  246. /package/bin/{v3/commands/template/basic → v7/commands/template/express}/.vscode/launch.json +0 -0
  247. /package/bin/{v3 → v7}/commands/template/express/Config/Schemas/BillsTable.json +0 -0
  248. /package/bin/{v3 → v7}/commands/template/express/Config/Schemas/ItemsTable.json +0 -0
  249. /package/bin/{v3 → v7}/commands/template/express/Config/Schemas/LedgerNames.json +0 -0
  250. /package/bin/{v3 → v7}/commands/template/express/Config/Schemas/StockItems.json +0 -0
  251. /package/bin/{v3/commands/template/basic → v7/commands/template/express}/Config/api.json +0 -0
  252. /package/bin/{v3/commands/template/basic → v7/commands/template/express}/Config/schema.json +0 -0
  253. /package/bin/{v3/commands/template/basic → v7/commands/template/express}/Config/ui.json +0 -0
  254. /package/bin/{v3 → v7}/commands/template/express/ForFrontEnd/NonSecured/Builder/build.js +0 -0
  255. /package/bin/{v3 → v7}/commands/template/express/ForFrontEnd/NonSecured/Builder/config.js +0 -0
  256. /package/bin/{v3 → v7}/commands/template/express/ForFrontEnd/NonSecured/Builder/main.js +0 -0
  257. /package/bin/{v3 → v7}/commands/template/express/ForFrontEnd/NonSecured/Builder/publish.js +0 -0
  258. /package/bin/{v3 → v7}/commands/template/express/ForFrontEnd/NonSecured/Builder/repo.js +0 -0
  259. /package/bin/{v3 → v7}/commands/template/express/ForFrontEnd/NonSecured/Builder/schema.js +0 -0
  260. /package/bin/{v3 → v7}/commands/template/express/ForFrontEnd/NonSecured/Builder/utils.js +0 -0
  261. /package/bin/{v3 → v7}/commands/template/express/ForFrontEnd/NonSecured/Builder/version.js +0 -0
  262. /package/bin/{v3 → v7}/commands/template/express/ForFrontEnd/NonSecured/buildAndCopy.js +0 -0
  263. /package/bin/{v3 → v7}/commands/template/express/ForFrontEnd/NonSecured/latestVersion.js +0 -0
  264. /package/bin/{v3 → v7}/commands/template/express/ForFrontEnd/Secured/buildProtected.js +0 -0
  265. /package/bin/{v3 → v7}/commands/template/express/ForFrontEnd/Secured/latestVersion.js +0 -0
  266. /package/bin/{v3 → v7}/commands/template/express/app.js +0 -0
  267. /package/bin/{v3/commands/template/basic → v7/commands/template/express}/config.json +0 -0
  268. /package/bin/{v3 → v7}/commands/template/express/package.json +0 -0
  269. /package/bin/{v2 → v7}/commands/test.js +0 -0
  270. /package/bin/{v4 → v7}/core/parseInput.js +0 -0
  271. /package/bin/{v4 → v7}/core/resolveFolderName.js +0 -0
  272. /package/bin/{v4 → v7}/start.js +0 -0
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes