@maka/maka-cli 4.7.13 → 4.7.15
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.
- package/.vs/VSWorkspaceState.json +5 -2
- package/.vs/maka-cli-src/FileContentIndex/f530d0eb-18c4-4b49-9f77-9bef59b119f3.vsidx +0 -0
- package/.vs/maka-cli-src/v17/.wsuo +0 -0
- package/.vs/maka-cli-src/v17/workspaceFileList.bin +0 -0
- package/.vs/slnx.sqlite +0 -0
- package/bundle/obf/package.json +2 -2
- package/bundle/obf/src/command.js +1 -1
- package/bundle/obf/src/commands/_index.js +1 -1
- package/bundle/obf/src/commands/ai.js +1 -1
- package/bundle/obf/src/commands/aws/_index.js +1 -1
- package/bundle/obf/src/commands/aws/aws.command.js +1 -1
- package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/build/_index.js +1 -1
- package/bundle/obf/src/commands/build/build.js +1 -1
- package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/create.js +1 -1
- package/bundle/obf/src/commands/debug.js +1 -1
- package/bundle/obf/src/commands/deploy/_index.js +1 -1
- package/bundle/obf/src/commands/deploy/deploy.command.js +1 -1
- package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/_index.js +1 -1
- package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/play.command.js +1 -1
- package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/generate.js +1 -1
- package/bundle/obf/src/commands/get/_index.js +1 -1
- package/bundle/obf/src/commands/get/get.command.js +1 -1
- package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/help.js +1 -1
- package/bundle/obf/src/commands/install.js +1 -1
- package/bundle/obf/src/commands/jsdoc.js +1 -1
- package/bundle/obf/src/commands/lint.js +1 -1
- package/bundle/obf/src/commands/login.js +1 -1
- package/bundle/obf/src/commands/logout.js +1 -1
- package/bundle/obf/src/commands/logs.js +1 -1
- package/bundle/obf/src/commands/maka.cmd.js +1 -1
- package/bundle/obf/src/commands/murder.js +1 -1
- package/bundle/obf/src/commands/proxy.js +1 -1
- package/bundle/obf/src/commands/reconfig.js +1 -1
- package/bundle/obf/src/commands/run/_index.js +1 -1
- package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/run/run.command.js +1 -1
- package/bundle/obf/src/commands/set/_index.js +1 -1
- package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/set/set.command.js +1 -1
- package/bundle/obf/src/commands/ssh.js +1 -1
- package/bundle/obf/src/commands/ssl.js +1 -1
- package/bundle/obf/src/commands/test.js +1 -1
- package/bundle/obf/src/commands/version.js +1 -1
- package/bundle/obf/src/error.js +1 -1
- package/bundle/obf/src/exec.js +1 -1
- package/bundle/obf/src/generator.js +1 -1
- package/bundle/obf/src/generators/_index.js +1 -1
- package/bundle/obf/src/generators/api.js +1 -1
- package/bundle/obf/src/generators/collection.js +1 -1
- package/bundle/obf/src/generators/component.js +1 -1
- package/bundle/obf/src/generators/config.js +1 -1
- package/bundle/obf/src/generators/dbc.js +1 -1
- package/bundle/obf/src/generators/dockerfile.js +1 -1
- package/bundle/obf/src/generators/hook.js +1 -1
- package/bundle/obf/src/generators/kits/_index.js +1 -1
- package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
- package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
- package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
- package/bundle/obf/src/generators/kits/kit.js +1 -1
- package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
- package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
- package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
- package/bundle/obf/src/generators/layout.js +1 -1
- package/bundle/obf/src/generators/maka.gen.js +1 -1
- package/bundle/obf/src/generators/methods.js +1 -1
- package/bundle/obf/src/generators/package.js +1 -1
- package/bundle/obf/src/generators/page.js +1 -1
- package/bundle/obf/src/generators/publish.js +1 -1
- package/bundle/obf/src/generators/route.js +1 -1
- package/bundle/obf/src/generators/service.js +1 -1
- package/bundle/obf/src/generators/services/_index.js +1 -1
- package/bundle/obf/src/generators/services/openssl.js +1 -1
- package/bundle/obf/src/generators/services/translation.js +1 -1
- package/bundle/obf/src/maka.js +1 -1
- package/bundle/obf/src/tool.js +1 -1
- package/bundle/obf/src/tools/actions/actions.class.js +1 -1
- package/bundle/obf/src/tools/aws/aws.class.js +1 -1
- package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
- package/bundle/obf/src/tools/docker/docker.class.js +1 -1
- package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
- package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
- package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
- package/bundle/obf/src/tools/https/https.class.js +1 -1
- package/bundle/obf/src/tools/https/https.interface.js +1 -1
- package/bundle/obf/src/tools/log/log.class.js +1 -1
- package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
- package/bundle/obf/src/tools/options/options.class.js +1 -1
- package/bundle/obf/src/tools/progress/progress.class.js +1 -1
- package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
- package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
- package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
- package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
- package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
- package/package.json +2 -2
- package/.vs/maka-cli-src/FileContentIndex/69d2de39-b193-48d9-b520-96bdb73b7b61.vsidx +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a97u=a97d;(function(a,b){const q=a97d,c=a();while(!![]){try{const d=-parseInt(q(0x171))/0x1*(parseInt(q(0x131))/0x2)+-parseInt(q(0x15a))/0x3*(parseInt(q(0x16d))/0x4)+-parseInt(q(0x179))/0x5+-parseInt(q(0x14d))/0x6+-parseInt(q(0x160))/0x7+-parseInt(q(0x180))/0x8+parseInt(q(0x177))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a97c,0x5d246));const a97b=(function(){let a=!![];return function(b,c){const d=a?function(){const r=a97d;if(c){const e=c[r(0x15e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a97a=a97b(this,function(){const s=a97d;return a97a[s(0x159)]()[s(0x142)](s(0x17f))['toString']()['constructor'](a97a)['search'](s(0x17f));});a97a();import a97e from'path';import a97f from'cli-table';import{paramCase}from'change-case';import a97g from'./generators/maka.gen.js';import{Log,ColorMode}from'./tools/log/log.class.js';import{Tool}from'./tool.js';import{Actions}from'./tools/actions/actions.class.js';function a97d(a,b){const c=a97c();return a97d=function(d,e){d=d-0x11d;let f=c[d];return f;},a97d(a,b);}import{UsageError,MustBeInProjectError,NoMeteorAppFoundError,NoMeteorFoundError,UsageErrorWithSubs}from'./error.js';let _prevGen='';function a97c(){const G=['requiredEngines','number','maxOptsLength','pallet','invoke','findProjectDirectory','maxArgLength','Too\x20few\x20arguments','options','3302124QIEner','You\x20must\x20be\x20in\x20an\x20maka\x20project\x20to\x20run\x20this\x20generator','Generator\x20requires\x20first\x20param\x20to\x20be\x20an\x20object','slice','LIGHT','bright','dir','aliases','both','create','minOptsLength','Generator\x20requires\x20a\x20name','toString','90318tGLrkA','Client','root','noNeedResource','apply','Generator\x20not\x20found','969815LFbziK','join','shortDesc','Generators:','length','Generator.create\x20requires\x20a\x20handler\x20function!','match','localeCompare','server','find','help','Both','colLocAnswer','12EZKRyh','forEach','There\x20is\x20no\x20Meteor\x20application\x20here','addGenerator','3DIlUcn','cwd','minArgLength','Generator\x20format\x20is\x20incorrect','list','sep','23373135XneFaP','light','3615300aZZDtZ','_generators','validateEngines','checkWhere','mustBeInMakaProject','addGenerator\x20requires\x20a\x20Generator\x20instance','(((.+)+)+)+$','3725608gYrNCH','tableList','setColorMode','pop','bind','Meteor\x20could\x20not\x20be\x20found\x20or\x20it\x20is\x20not\x20installed\x20correctly','resourceName','chdir','usage','mustHaveMeteorInstalled','assign','validateMeteorInstall','client','map','Too\x20many\x20arguments','validateMakaSubscription','\x20not\x20found','push','handleGenerateError','lib','call','getGlobalConfig','Too\x20many\x20options','validateParams','165018ciDGys','name','function','replace','Please\x20run\x20\x22maka\x20install\x20meteor\x22','appPathPrefix','exit','where','Description','fsi','_handler','Name','--where\x20must\x20be\x20\x27both\x27,\x20\x27client\x27\x20or\x20\x27server\x27','split','Server','notice','error','search','listGenerators'];a97c=function(){return G;};return a97c();}async function inside(a='.',b){const t=a97d,c=process[t(0x172)]();let d=null;try{process[t(0x120)](a),d=await b();}finally{process[t(0x120)](c);}return d;}export class Generator extends Tool{[a97u(0x14c)];[a97u(0x17a)];constructor(a,b){const v=a97u;super();if(!a)throw new Error(v(0x14f));if(!a[v(0x132)])throw new Error(v(0x158));if(typeof b!==v(0x133))throw new Error('Generator\x20requires\x20a\x20handler\x20function');this[v(0x17a)]=[],this[v(0x14c)]=Object['assign']({},a),this[v(0x132)]=this[v(0x14c)]['name'],this[v(0x13b)]=b[v(0x11d)](this);}static[a97u(0x156)](a,b,c){const w=a97u;if(!a)throw new Error('Generator.create\x20requires\x20some\x20options!');if(typeof b!==w(0x133))throw new Error(w(0x165));const d=new Generator(a,b);return c=c||a97g,Object[w(0x123)](d,{'parent':c?.['options']?.[w(0x132)]}),c[w(0x170)](d),d;}[a97u(0x170)](a){const x=a97u;if(!(a instanceof Generator))throw new Error(x(0x17e));this[x(0x17a)][x(0x12a)](a);}async['processAndRunGenerator'](a,b=[],c={}){const y=a97u;let d;try{const f=a?.[y(0x13e)](':');if(!f||f['length']===0x0)throw y(0x174);let g=this[y(0x17a)],h;for(const i of f){h=g[y(0x169)](j=>j[y(0x166)](i));if(!h)throw'Generator\x20'+i+y(0x129);await this[y(0x128)](h),g=h[y(0x17a)];}if(h)d=await h[y(0x148)](b,c);else throw y(0x15f);}catch(j){Log[y(0x141)](j);}return d;}async[a97u(0x148)](a,b){const z=a97u,c=a[z(0x150)]();b[z(0x11f)]=c[0x0];try{const d=await this[z(0x13a)][z(0x12e)](),f=d[z(0x147)]===z(0x178)?ColorMode[z(0x151)]:ColorMode['DARK'];Log[z(0x182)](f),await this[z(0x128)](this);const g=a[0x0]===_prevGen||a[z(0x164)]===0x0&&this[z(0x17a)]['length']>=0x0,h=b[z(0x16a)]||b['h'];if(g&&h){if(this[z(0x17a)]['length']>0x0)throw new UsageErrorWithSubs();throw new UsageError();}if(!h){if(this[z(0x14c)][z(0x17d)]){const i=this['validateMakaProject']();if(!i)throw new MustBeInProjectError();}if(this[z(0x14c)][z(0x122)]){const j=this[z(0x124)]();if(!j)throw new NoMeteorFoundError();}if(typeof this[z(0x14c)][z(0x173)]==='number'){if(a[z(0x164)]<this['options'][z(0x173)]){Log[z(0x141)](z(0x14b));throw new UsageError();}}if(typeof this[z(0x14c)][z(0x14a)]===z(0x145)){if(a['length']>this['options'][z(0x14a)]){Log[z(0x141)](z(0x127));throw new UsageError();}}if(typeof this['options'][z(0x157)]===z(0x145)){if(Object['keys'](b)[z(0x164)]<this[z(0x14c)][z(0x157)]){Log[z(0x141)]('Too\x20few\x20options');throw new UsageError();}}if(typeof this[z(0x14c)][z(0x146)]===z(0x145)){if(Object['keys'](b)[z(0x164)]>=this[z(0x14c)][z(0x146)]){Log[z(0x141)](z(0x12f));throw new UsageError();}}}this[z(0x14c)][z(0x144)]&&this[z(0x17b)](this['options'][z(0x144)]);await this[z(0x130)](a,b,this[z(0x14c)]);if(!b[z(0x11f)]&&!this[z(0x14c)][z(0x15d)]){Log[z(0x141)]('No\x20resource\x20name\x20specified');throw new UsageError();}_prevGen=a[0x0];}catch(k){this[z(0x12b)](k),process[z(0x137)](0x1);}return await inside(b['cwd'],async()=>{const A=z;try{if(!b[A(0x15c)]&&!this[A(0x13a)][A(0x149)]())throw new MustBeInProjectError();const l=b[A(0x11f)]?.[A(0x134)](/\\/g,'/')['split']('/');!b[A(0x153)]&&(l?.['length']>0x1?(b['resourceName']=l[A(0x183)](),c[0x0]=b[A(0x11f)],b['dir']=l[A(0x126)](m=>{return paramCase(m);})[A(0x161)](a97e[A(0x176)])):b[A(0x153)]='');if(this['options'][A(0x17c)]){if(!b[A(0x138)]){const n={'type':A(0x175),'name':A(0x16c),'message':'Location','choices':[{'name':A(0x15b),'value':A(0x125)},{'name':A(0x13f),'value':A(0x168)},{'name':A(0x16b),'value':A(0x155)}]},{colLocAnswer:o}=await Actions[A(0x14c)](n);o?b['where']=o:b[A(0x138)]=A(0x155);}const m=[A(0x155),A(0x125),'server'];if(!m['includes'](b['where'])){Log[A(0x141)](A(0x13d));throw new UsageError();}switch(b[A(0x138)]){case'both':b[A(0x136)]=A(0x12c);break;case A(0x168):b[A(0x136)]=A(0x168);break;case A(0x125):b['appPathPrefix']=A(0x125);break;default:b[A(0x136)]='';}}return await this[A(0x13b)][A(0x12d)](this,c,b);}catch(p){this[A(0x12b)](p);}});}[a97u(0x143)](){const B=a97u;this[B(0x181)](this[B(0x17a)]);}['handleGenerateError'](a){const C=a97u,{usage:usage='',description:description='',examples:examples=[],shortDesc:b,requiredOpts:requiredOpts=[],validOpts:c}=this[C(0x14c)];Log[C(0x121)](description,examples,usage,b,requiredOpts,c);if(a instanceof UsageErrorWithSubs)Log[C(0x140)](C(0x163)),this[C(0x181)](this[C(0x17a)]);else{if(a instanceof MustBeInProjectError)Log[C(0x141)](C(0x14e));else{if(a instanceof NoMeteorFoundError)Log[C(0x141)](C(0x11e)),Log[C(0x140)](C(0x135));else a instanceof NoMeteorAppFoundError&&Log[C(0x141)](C(0x16f));}}}[a97u(0x181)](a){const D=a97u,b=new a97f({});b[D(0x12a)]([D(0x13c),'Alias',D(0x139)]),a['sort']((c,d)=>{const E=D;return c['name'][E(0x167)](d[E(0x132)]);})[D(0x16e)](c=>{const F=D;b['push']([c[F(0x132)],c[F(0x154)](),c[F(0x162)]()]);}),Log[D(0x152)](b['toString']());}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a124d,c=a();while(!![]){try{var d
|
|
1
|
+
(function(a,b){var f=a124d,c=a();while(!![]){try{var d=parseInt(f(0x94))/0x1+parseInt(f(0x8f))/0x2+parseInt(f(0x8d))/0x3*(parseInt(f(0x8c))/0x4)+parseInt(f(0x8b))/0x5*(-parseInt(f(0x8a))/0x6)+-parseInt(f(0x86))/0x7+parseInt(f(0x88))/0x8*(parseInt(f(0x93))/0x9)+-parseInt(f(0x8e))/0xa*(-parseInt(f(0x95))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a124c,0x68c6a));var a124b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a124d;if(c){var e=c[g(0x92)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a124a=a124b(this,function(){var h=a124d;return a124a[h(0x91)]()[h(0x89)](h(0x87))['toString']()[h(0x90)](a124a)[h(0x89)](h(0x87));});a124a();import'./services/_index.js';import'./api.js';import'./collection.js';function a124c(){var i=['apply','9QKXRWF','426804cDUXvm','11HIdmcd','4942833zyGuOH','(((.+)+)+)+$','1100696FhVsYE','search','20334mQEHtY','985ETERct','1579724qNFbls','6RWRDrk','2811010ZpZsTE','335120Xxwkmr','constructor','toString'];a124c=function(){return i;};return a124c();}import'./component.js';import'./config.js';import'./dbc.js';import'./hook.js';import'./kits/_index.js';import'./layout.js';function a124d(a,b){var c=a124c();return a124d=function(d,e){d=d-0x86;var f=c[d];return f;},a124d(a,b);}import'./methods.js';import'./package.js';import'./publish.js';import'./route.js';import'./service.js';import'./page.js';import'./maka.gen.js';import'./dockerfile.js';import'./maka.gen.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a98w=a98d;(function(a,b){const u=a98d,c=a();while(!![]){try{const d=-parseInt(u(
|
|
1
|
+
const a98w=a98d;function a98c(){const z=['rest-api.','150nMgFVA','collection','api/register-api.js','none','1595NJtLNl','apollo','includes','api/resolvers.js','rpc-methods.','api/fixtures.js','1905512ddaaJL','withGql','options','injectAtEndOfFile','tsx','Scaffolding\x20for\x20an\x20api\x20concept\x20(i.e.\x20Todos).','37370tfXpWj','-api.','rest','GraphQL','RPC\x20(Methods)','constructor','push','withMethods','api/tests.js','withPubs','apiAnswers','/imports/api','startup','import\x20\x27./register-','withValue','typeList.push(','api','toString','import\x20{\x20typeDefs\x20as\x20','test','const','engines','7dDqFpV','3062862xbdFlJ','34ofbgLD','maka\x20g:api\x20Todos','Resolvers\x20}\x20from\x20\x27','28409wnXOGh','withRest','mdg:validated-method','2463740FLhGMc','index.','api/methods.js','/graphql/typeDefs','dir','(((.+)+)+)+$','server','fixtures.','Fixtures','injectAtBeginningOfFile','create','28632cysrBW','resolvers.','\x0a\x20\x20Scaffolding\x20for\x20an\x20api\x20concept\x20(i.e.\x20Todos).\x0a\x0a\x20\x20The\x20api\x20generator\x20will\x20create\x20a\x20collection,\x20publications,\x20methods,\x20fixtures,\x20and\x20tests\x0a\x20\x20for\x20the\x20given\x20resource\x20name.\x0a\x0a\x20\x20The\x20api\x20generator\x20will\x20ask\x20which\x20boundaries\x20to\x20create.\x20The\x20choices\x20are:\x0a\x20\x20\x20\x20-\x20RPC\x20(Methods)\x0a\x20\x20\x20\x20-\x20Fixtures\x0a\x20\x20\x20\x20-\x20Publications\x0a\x20\x20\x20\x20-\x20REST\x20API\x0a\x20\x20\x20\x20-\x20GraphQL\x0a\x0a\x20\x20','search','12LtAQdU','api/typeDefs.js','checkbox','fsi','template','mongo','imports','6qjTVLW','if\x20\x5c(typeList','exit','checkMeteorPackage','pathFromApp','ddp-rate-limiter','withFixtures','resolverList.push(','register-','error','21499387mgJkCZ','TypeDefs\x20}\x20from\x20\x27','graphql','.app-tests.','Publications','api/publications.js','-api\x27;','resourceName'];a98c=function(){return z;};return a98c();}(function(a,b){const u=a98d,c=a();while(!![]){try{const d=-parseInt(u(0x17c))/0x1*(parseInt(u(0x179))/0x2)+-parseInt(u(0x195))/0x3*(parseInt(u(0x17f))/0x4)+-parseInt(u(0x1a8))/0x5*(-parseInt(u(0x18a))/0x6)+-parseInt(u(0x177))/0x7*(parseInt(u(0x1b2))/0x8)+parseInt(u(0x178))/0x9+-parseInt(u(0x161))/0xa*(-parseInt(u(0x1ac))/0xb)+-parseInt(u(0x18e))/0xc*(-parseInt(u(0x19f))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a98c,0xb1472));const a98b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a98a=a98b(this,function(){const v=a98d;return a98a['toString']()[v(0x18d)](v(0x184))[v(0x172)]()[v(0x166)](a98a)[v(0x18d)](v(0x184));});a98a();function a98d(a,b){const c=a98c();return a98d=function(d,e){d=d-0x15d;let f=c[d];return f;},a98d(a,b);}import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import a98e from'../generators/maka.gen.js';import{camelCase,paramCase,pascalCase}from'change-case';Generator[a98w(0x189)]({'name':a98w(0x171),'aliases':['a'],'usage':'maka\x20{generate,\x20g}:{api}\x20<resource-name>','shortDesc':a98w(0x160),'validOpts':[a98w(0x183)],'examples':[a98w(0x17a)],'description':a98w(0x18c)},async function(a,b){const x=a98w;try{const c=this[x(0x191)]['getMakaProjectConfig'](),d=[{'name':x(0x165),'value':x(0x168)},{'name':x(0x187),'value':'withFixtures'},{'name':x(0x1a3),'value':x(0x16a)}];c[x(0x176)][x(0x171)]===x(0x163)&&d[x(0x167)]({'name':'REST\x20API','value':x(0x17d)});c['engines'][x(0x1a1)]===x(0x1ad)&&d['push']({'name':x(0x164),'value':'withGql'});const f={'type':x(0x190),'name':x(0x16b),'message':'API\x20boundaries\x20to\x20create','pageSize':0x64,'choices':d},{apiAnswers:g}=await Actions[x(0x15d)](f);g['length']===0x0&&(Log[x(0x19e)]('No\x20API\x20boundaries\x20selected'),process[x(0x197)](0x1)),await this[x(0x191)][x(0x16f)](c,async()=>{const y=x,h=b[y(0x1a6)],i=paramCase(h),j=camelCase(h),k=b[y(0x183)]?'/'+b[y(0x183)]+'/':'/',l={'name':pascalCase(h),'fileName':i,'camelCase':pascalCase(h),'optsDir':k,'api':c['engines'][y(0x171)],'graphql':c[y(0x176)][y(0x1a1)],'test':c[y(0x176)]['test'],'noRename':!![],'withPubs':g[y(0x1ae)](y(0x16a)),'withFixtures':g[y(0x1ae)](y(0x19b)),'withMethods':g[y(0x1ae)](y(0x168)),'withRest':g['includes'](y(0x17d))};let m='js';c[y(0x176)]['js']===y(0x15f)&&(m='ts');await this[y(0x191)][y(0x198)](['maka:rest','maka:check',y(0x19a),y(0x17e),y(0x193)],{'shouldInstall':!![]}),await a98e['processAndRunGenerator'](y(0x1a9),[i],{'config':c,'where':y(0x185)});c[y(0x176)][y(0x171)]===y(0x163)&&(l[y(0x17d)]&&await this['fsi']['template']({'srcPath':'api/api.js','destPath':this[y(0x191)]['pathFromApp']({'pathParts':[y(0x194),y(0x171),b[y(0x183)],i,y(0x1a7)+m]}),'context':l,'config':c}));l[y(0x168)]&&await this[y(0x191)][y(0x192)]({'srcPath':y(0x181),'destPath':this[y(0x191)][y(0x199)]({'pathParts':['imports',y(0x171),b[y(0x183)],i,y(0x1b0)+m]}),'context':l,'config':c});l[y(0x19b)]&&await this[y(0x191)][y(0x192)]({'srcPath':y(0x1b1),'destPath':this[y(0x191)]['pathFromApp']({'pathParts':[y(0x194),y(0x171),b[y(0x183)],i,y(0x186)+m]}),'context':l,'config':c});c['engines'][y(0x174)]!==y(0x1ab)&&this[y(0x191)][y(0x192)]({'srcPath':y(0x169),'destPath':this[y(0x191)]['pathFromApp']({'pathParts':[y(0x194),y(0x171),b[y(0x183)],i,i+y(0x1a2)+m]}),'context':l,'config':c});l[y(0x16a)]&&await this[y(0x191)][y(0x192)]({'srcPath':y(0x1a4),'destPath':this[y(0x191)][y(0x199)]({'pathParts':[y(0x194),y(0x171),b[y(0x183)],i,'publications.'+m]}),'context':l,'config':c});if(c[y(0x176)][y(0x1a1)]===y(0x1ad)){if(g[y(0x1ae)](y(0x1b3))){const o=this['fsi'][y(0x199)]({'pathParts':[y(0x194),y(0x16d),y(0x185),y(0x180)+c['engines']['js']]}),p=this[y(0x191)]['rewriteDestinationPathForEngine']({'pathParts':[o],'config':c}),q=this[y(0x191)][y(0x199)]({'pathParts':[y(0x194),y(0x171),b['dir'],i,y(0x1a1),'typeDefs.'+m]}),r=y(0x16c)+k+i+y(0x182);this[y(0x191)]['template']({'srcPath':y(0x18f),'destPath':q,'context':l,'config':c}),await this[y(0x191)][y(0x188)]({'filePath':p,'content':y(0x173)+j+y(0x1a0)+r+'\x27;\x0a'}),await this[y(0x191)]['injectIntoFile']({'filePath':p,'content':y(0x170)+j+'TypeDefs);\x0a','begin':y(0x175),'end':y(0x196)});const s=this['fsi'][y(0x199)]({'pathParts':['imports','api',b[y(0x183)],i,y(0x1a1),y(0x18b)+m]}),t='/imports/api'+k+i+'/graphql/resolvers';await this['fsi'][y(0x192)]({'srcPath':y(0x1af),'destPath':s,'context':l,'config':c}),await this[y(0x191)][y(0x188)]({'filePath':p,'content':'\x0aimport\x20{\x20resolvers\x20as\x20'+j+y(0x17b)+t+'\x27;'}),await this[y(0x191)]['injectIntoFile']({'filePath':p,'content':y(0x19c)+j+'Resolvers);\x0a\x0a','begin':y(0x175),'end':y(0x196)});}}await this['fsi']['template']({'srcPath':y(0x1aa),'destPath':this[y(0x191)]['pathFromApp']({'pathParts':['imports',y(0x16d),y(0x185),y(0x19d)+i+y(0x162)+m]}),'context':l,'config':c,'force':!![]});const n=this[y(0x191)]['pathFromApp']({'pathParts':[y(0x194),y(0x16d),y(0x185),'index.'+c[y(0x176)]['js']]});await this[y(0x191)][y(0x15e)]({'filePath':n,'content':y(0x16e)+i+y(0x1a5)});});}catch(h){console[x(0x19e)](h),process[x(0x197)](0x0);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a99m=a99d;(function(a,b){const j=a99d,c=a();while(!![]){try{const d
|
|
1
|
+
function a99c(){const p=['where','create','appPathPrefix','fsi','243850RMWXHT','dir','1437635byIvRB','collection/collection.js','Scaffolding\x20for\x20a\x20Meteor\x20(Mongo)\x20Collection','search','import\x20\x27./collections','502608MmLlts','test','imports','tsx','constructor','69fGrhFK','.app-tests.','toString','1585997zNtuIG','resourceName','maka:check','startup','(((.+)+)+)+$','pathFromApp','8NHnCeT','withValue','col','collection','collections','maka\x20g:collection\x20todos','template','apply','41772NRDsQB','maka\x20{generate,\x20g}:{collection,\x20col}\x20<name>','3819906Qmlcka','mongo','1789944WnZvDo','injectAtEndOfFile','engines'];a99c=function(){return p;};return a99c();}const a99m=a99d;(function(a,b){const j=a99d,c=a();while(!![]){try{const d=-parseInt(j(0xb8))/0x1+parseInt(j(0xbf))/0x2+-parseInt(j(0x9c))/0x3*(-parseInt(j(0xad))/0x4)+parseInt(j(0xba))/0x5+parseInt(j(0xb1))/0x6+parseInt(j(0x9f))/0x7*(-parseInt(j(0xa5))/0x8)+-parseInt(j(0xaf))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a99c,0x2c8d9));function a99d(a,b){const c=a99c();return a99d=function(d,e){d=d-0x9a;let f=c[d];return f;},a99d(a,b);}const a99b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a99d;if(c){const e=c[k(0xac)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a99a=a99b(this,function(){const l=a99d;return a99a[l(0x9e)]()[l(0xbd)]('(((.+)+)+)+$')[l(0x9e)]()[l(0x9b)](a99a)[l(0xbd)](l(0xa3));});a99a();import{paramCase,pascalCase}from'change-case';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';Generator[a99m(0xb5)]({'name':a99m(0xa8),'aliases':[a99m(0xa7)],'usage':a99m(0xae),'checkWhere':!![],'shortDesc':a99m(0xbc),'validOpts':[a99m(0xb9),a99m(0xb4)],'description':'\x0a\x20\x20\x20\x20Scaffolding\x20for\x20a\x20Meteor\x20(Mongo)\x20Collection.\x0ahttps://docs.meteor.com/api/collections.html\x0a\x0a\x20\x20\x20\x20Collections\x20are\x20generated\x20in\x20the\x20\x22lib\x22\x20or\x20\x22common\x22\x20directory\x20by\x20default.\x20\x20This\x20location\x20is\x20accessible\x0a\x20\x20\x20\x20to\x20BOTH\x20client\x20and\x20server\x20(--where=both).\x20\x20Other\x20options\x20are\x20\x22--where=server\x22\x20and\x20\x22--where=client\x22\x20which\x0a\x20\x20\x20\x20will\x20setup\x20the\x20collection\x20in\x20their\x20respective\x20locations.\x0a\x20\x20','examples':[a99m(0xaa)]},async function(a,b){const n=a99m;try{const c=this[n(0xb7)]['getMakaProjectConfig']();await this[n(0xb7)][n(0xa6)](c,async()=>{const o=n,d=paramCase(b[o(0xa0)]),f={'name':pascalCase(b[o(0xa0)]),'collectionName':pascalCase(b[o(0xa0)]),'fileName':d,'where':b[o(0xb4)],'test':c[o(0xb3)][o(0xc0)],'noRename':!![]};let g='js';c[o(0xb3)]['js']===o(0x9a)&&(g='ts');await this[o(0xb7)]['checkMeteorPackage']([o(0xb0),o(0xa1)],{'shouldInstall':!![]}),await this['fsi']['template']({'srcPath':o(0xbb),'destPath':this[o(0xb7)]['pathFromApp']({'pathParts':[o(0xc1),'startup',b[o(0xb6)],o(0xa9),b[o(0xb9)],d+'.'+g]}),'context':f,'config':c});c[o(0xb3)][o(0xc0)]!=='none'&&await this[o(0xb7)][o(0xab)]({'srcPath':'collection/tests.js','destPath':this[o(0xb7)][o(0xa4)]({'pathParts':['imports',o(0xa2),b[o(0xb6)],o(0xa9),b[o(0xb9)],d+o(0x9d)+g]}),'context':f,'config':c});const h=b[o(0xb9)]?'/'+b[o(0xb9)]+'/':'/',i=this[o(0xb7)][o(0xa4)]({'pathParts':[o(0xc1),o(0xa2),b['appPathPrefix'],'index.'+c[o(0xb3)]['js']]});await this[o(0xb7)][o(0xb2)]({'filePath':i,'content':o(0xbe)+h+d+'\x27;'});});}catch(d){Log['error'](d);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a100m=a100d;(function(a,b){const k=a100d,c=a();while(!![]){try{const d=-parseInt(k(
|
|
1
|
+
function a100d(a,b){const c=a100c();return a100d=function(d,e){d=d-0x130;let f=c[d];return f;},a100d(a,b);}const a100m=a100d;(function(a,b){const k=a100d,c=a();while(!![]){try{const d=-parseInt(k(0x16b))/0x1*(-parseInt(k(0x15f))/0x2)+-parseInt(k(0x143))/0x3*(-parseInt(k(0x138))/0x4)+-parseInt(k(0x156))/0x5+parseInt(k(0x15a))/0x6*(-parseInt(k(0x13c))/0x7)+-parseInt(k(0x14a))/0x8*(-parseInt(k(0x141))/0x9)+-parseInt(k(0x165))/0xa*(-parseInt(k(0x159))/0xb)+parseInt(k(0x154))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a100c,0x449d8));const a100b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a100a=a100b(this,function(){const l=a100d;return a100a[l(0x149)]()[l(0x152)](l(0x166))['toString']()[l(0x137)](a100a)[l(0x152)](l(0x166));});function a100c(){const p=['pages','checkNpmPackage','setTemplate','true','10OovoWb','(((.+)+)+)+$','engines','baseDir','string','root','383PfWenm','/imports/ui/components','resourceName','components','warn','ramda','installNpmPackage','import\x20\x27./','.js','constructor','3304eEcxLY','pathFromProject','fileName','findAppDirectory','20657yIkwMN','none','features','Npm\x20package\x20\x22@apollo/client\x22\x20not\x20installed,\x20installing...','css','2781tyUgSZ','ssr','480MdRgLv','graphql','relative','create','withValue','This\x20project\x20must\x20be\x20a\x20React\x20type\x20project\x20to\x20use\x20the\x20hooks\x20generator','toString','7384qgeufF','hooks','template','injectTemplateModule','/imports/ui/','maka\x20g:comp\x20todos/todos-item','.tests.js','assign','search','className','1627884ncEpnp','pathFromApp','649100EghBfH','error','react','674861MEuKlm','786pyQBkR','withTranslations','fsi','test','Scaffolding\x20for\x20a\x20React\x20Component.\x0ahttps://reactjs.org/docs/react-component.html','956JMSzKl','dir'];a100c=function(){return p;};return a100c();}a100a();import a100e from'path';import{camelCase,paramCase,pascalCase}from'change-case';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';const aliases=['comp'];Generator[a100m(0x146)]({'name':'component','aliases':aliases,'usage':'maka\x20{generate,\x20g}:{comp}\x20[path/]<name>','shortDesc':a100m(0x15e),'validOpts':[{'name':'baseDir','values':[a100m(0x14b),a100m(0x131),a100m(0x161),'layouts']}],'examples':[a100m(0x14f)]},async function(a,b){const n=a100m;try{const c=this['fsi'][n(0x13b)](),d=b[n(0x168)]?n(0x14e)+b[n(0x168)]:n(0x16c),f=this[n(0x15c)][n(0x155)]({'pathParts':[d,b[n(0x160)],paramCase(b[n(0x130)]),paramCase(b['resourceName'])]}),g=await this[n(0x15c)]['getMakaProjectConfig']();await this[n(0x15c)][n(0x147)](g,async()=>{const o=n;typeof g[o(0x14c)][o(0x15d)]===o(0x169)&&(g[o(0x14c)][o(0x15d)]=g[o(0x14c)]['test']===o(0x164)?!![]:![],this[o(0x15c)][o(0x163)](o(0x15d),g[o(0x14c)]['test']));typeof g[o(0x14c)][o(0x140)]===o(0x169)&&(g[o(0x14c)][o(0x140)]=g[o(0x14c)][o(0x140)]===o(0x164)?!![]:![],this[o(0x15c)]['setTemplate'](o(0x140),g[o(0x14c)][o(0x140)]));typeof g[o(0x14c)]['js']===o(0x169)&&(g[o(0x14c)]['js']=g[o(0x14c)]['js']==='true'?!![]:![],this[o(0x15c)][o(0x163)]('js',g[o(0x14c)]['js']));!g[o(0x13e)]&&(g[o(0x13e)]={});!b[o(0x16a)]&&!this['fsi'][o(0x162)]('ramda')&&(Log[o(0x132)](o(0x13f)),await this[o(0x15c)][o(0x134)](o(0x133),{'cwd':c}));if(!b[o(0x16a)]&&!this[o(0x15c)][o(0x162)]('react')){Log[o(0x157)](o(0x148));return;}const h={'name':pascalCase(b[o(0x130)]),'myPath':a100e[o(0x145)](this['fsi'][o(0x139)]({}),f),'cssCaseName':paramCase(b['resourceName']),'className':pascalCase(b[o(0x130)]),'camelCaseName':camelCase(b[o(0x130)]),'fileName':paramCase(b['resourceName']),'graphql':g[o(0x167)][o(0x144)],'features':g[o(0x13e)],'client':g[o(0x167)]['client'],'api':g[o(0x167)]['api'],'ssr':g[o(0x167)][o(0x142)],'test':g[o(0x167)][o(0x15d)],'theme':g[o(0x167)]['theme'],'isLayout':![],'isComponent':!![],'withTranslations':g[o(0x13e)][o(0x15b)]};await this[o(0x15c)][o(0x14c)]({'srcPath':'component/component.js','destPath':f+o(0x136),'context':h,'framework':o(0x158),'config':g});g[o(0x167)][o(0x15d)]!==o(0x13d)&&await this[o(0x15c)]['template']({'srcPath':'test/test.js','destPath':f+o(0x150),'context':h,'framework':'react','config':g});g[o(0x14c)]['css']&&(await this[o(0x15c)][o(0x14c)]({'srcPath':'template/template.css','destPath':f+'.css','context':Object[o(0x151)]({},h,{'className':paramCase(b['resourceName'])}),'config':g}),await this['fsi']['injectAtBeginningOfFile']({'filePath':f+'.'+g[o(0x167)]['js'],'content':o(0x135)+h['cssCaseName']+'.'+g[o(0x167)]['css']+'\x27;'}));const i=b[o(0x160)]?'/'+b[o(0x160)]+'/':'/',j=''+d+i+h[o(0x13a)]+'/'+h[o(0x13a)];await this[o(0x15c)][o(0x14d)](h[o(0x153)],g,j);});}catch(h){Log[n(0x157)](h);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a101c(){const m=['437498oWLNFc','24IVUYHs','dev','3393MOLwFY','70Tmtvwq','appName','fsi','12080cZMYty','withValue','pathFromProject','maka\x20g:config\x20production','2340456sHiMwi','Generate\x20configuration\x20settings.','1494780lpcMIK','config','resourceName','prod','template','(((.+)+)+)+$','development','search','isDocker','maka\x20{generate,\x20g}:{config}\x20<name>','config/settings.json','131948LWKhSS','9714067hShvPw','1hlZpfJ','production','settings.json','1834270ggCBmI','toString'];a101c=function(){return m;};return a101c();}const a101j=a101d;(function(a,b){const h=a101d,c=a();while(!![]){try{const d=parseInt(h(0xb4))/0x1*(-parseInt(h(0xb9))/0x2)+-parseInt(h(0xa5))/0x3+-parseInt(h(0xb2))/0x4*(-parseInt(h(0xbd))/0x5)+-parseInt(h(0xba))/0x6*(-parseInt(h(0xa7))/0x7)+parseInt(h(0xa1))/0x8*(-parseInt(h(0xbc))/0x9)+-parseInt(h(0xb7))/0xa+parseInt(h(0xb3))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a101c,0x6d3f5));function a101d(a,b){const c=a101c();return a101d=function(d,e){d=d-0xa1;let f=c[d];return f;},a101d(a,b);}const a101b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a101a=a101b(this,function(){const i=a101d;return a101a[i(0xb8)]()[i(0xae)](i(0xac))[i(0xb8)]()['constructor'](a101a)['search'](i(0xac));});a101a();import{Generator}from'../generator.js';import{camelCase,paramCase,pascalCase}from'change-case';Generator['create']({'name':a101j(0xa8),'usage':a101j(0xb0),'shortDesc':a101j(0xa6),'validOpts':['isDocker'],'examples':[a101j(0xa4)]},async function(a,b){const k=a101j,c=this[k(0xbf)]['getMakaProjectConfig']();await this[k(0xbf)][k(0xa2)](c,async()=>{const l=k,d={'app':c['appName'],'appFileCase':paramCase(c[l(0xbe)]),'name':pascalCase(b[l(0xa9)]),'fileName':paramCase(b[l(0xa9)]),'camelCase':camelCase(b[l(0xa9)]),'userName':'ubuntu','isDocker':b[l(0xaf)]};let e=b['resourceName'];if(e===l(0xbb))e=l(0xad);else e===l(0xaa)&&(e=l(0xb5));const f=this[l(0xbf)][l(0xa3)]({'pathParts':['config',e,l(0xb6)]});await this[l(0xbf)][l(0xab)]({'srcPath':l(0xb1),'destPath':f,'context':d,'config':c});if(!b[l(0xaf)]){const g=this[l(0xbf)]['pathFromProject']({'pathParts':[l(0xa8),e,'process.env']});await this[l(0xbf)][l(0xab)]({'srcPath':'config/process.env','destPath':g,'context':d,'config':c});}});});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a102m=a102d;(function(a,b){const j=a102d,c=a();while(!![]){try{const d
|
|
1
|
+
function a102c(){const p=['template','1106BxdlsO','-dbc\x27;','imports','pathFromApp','pgsql','fsi','Scaffolding\x20for\x20creating\x20a\x20for\x20a\x20database\x20connection.','startup','search','660XuVCgP','toString','1423962zYpGAE','maka\x20g:dbc\x20todos\x20--type=sqlite','tsx','11DJPQBB','dbc/config.js','engines','withValue','constructor','resourceName','dbc/conn.js','better-sqlite3','Npm\x20package\x20\x22mssql\x22\x20not\x20installed,\x20installing...','installNpmPackage','dbc','type','57272tQGEbH','checkNpmPackage','server','(((.+)+)+)+$','1171vEDSyI','error','maka\x20g:dbc\x20azure\x20--type=mssql','maka\x20g:dbc\x20geoserver\x20--type=pgsql','dbc/register-dbc.js','config.','maka\x20{generate,\x20g}:{dbc}\x20<connection-name>','20gFcaiD','609036XSRPaP','133047kZnfgH','dir','3723174GUHMmU','mssql','warn','398596hTcSVW','apply','sqlite','357uJoBdC'];a102c=function(){return p;};return a102c();}function a102d(a,b){const c=a102c();return a102d=function(d,e){d=d-0x139;let f=c[d];return f;},a102d(a,b);}const a102m=a102d;(function(a,b){const j=a102d,c=a();while(!![]){try{const d=parseInt(j(0x143))/0x1*(parseInt(j(0x156))/0x2)+-parseInt(j(0x14e))/0x3+parseInt(j(0x151))/0x4*(parseInt(j(0x14a))/0x5)+parseInt(j(0x161))/0x6+parseInt(j(0x154))/0x7*(-parseInt(j(0x13f))/0x8)+-parseInt(j(0x14c))/0x9*(-parseInt(j(0x15f))/0xa)+parseInt(j(0x164))/0xb*(parseInt(j(0x14b))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a102c,0xabd06));const a102b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a102d;if(c){const e=c[k(0x152)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a102a=a102b(this,function(){const l=a102d;return a102a['toString']()[l(0x15e)](l(0x142))[l(0x160)]()[l(0x168)](a102a)[l(0x15e)](l(0x142));});a102a();import{camelCase,paramCase,pascalCase}from'change-case';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';Generator['create']({'name':a102m(0x13d),'usage':a102m(0x149),'shortDesc':a102m(0x15c),'validOpts':[a102m(0x14d)],'mustBeInMakaProject':!![],'requiredOpts':[{'name':'type','values':[a102m(0x15a),'mssql',a102m(0x153)]}],'examples':[a102m(0x146),a102m(0x145),a102m(0x162)]},async function(a,b){const n=a102m;try{const c=await this[n(0x15b)]['getMakaProjectConfig'](),d=this[n(0x15b)][n(0x159)]({}),f=paramCase(b['resourceName']),g={'name':pascalCase(b[n(0x169)]),'fileName':paramCase(b[n(0x169)]),'camelCase':camelCase(b['resourceName']),'type':b['type'],'engine':c[n(0x166)]['js'],'noRename':!![]};await this[n(0x15b)][n(0x167)](c,async()=>{const o=n;let h='js';c[o(0x166)]['js']===o(0x163)&&(h='ts');b[o(0x13e)]===o(0x15a)&&!this[o(0x15b)][o(0x140)]('pg')&&(Log[o(0x150)]('Npm\x20package\x20\x22pg\x22\x20not\x20installed,\x20installing...'),await this[o(0x15b)]['installNpmPackage']('pg',{'cwd':d}));b[o(0x13e)]===o(0x14f)&&!this[o(0x15b)][o(0x140)]('mssql')&&(Log[o(0x150)](o(0x13b)),await this[o(0x15b)][o(0x13c)](o(0x14f),{'cwd':d}));b[o(0x13e)]===o(0x153)&&!this[o(0x15b)][o(0x140)]('better-sqlite3')&&(Log[o(0x150)]('Npm\x20package\x20\x22better-sqlite3\x22\x20not\x20installed,\x20installing...'),await this[o(0x15b)][o(0x13c)](o(0x13a),{'cwd':d}));await this[o(0x15b)]['template']({'srcPath':o(0x165),'destPath':this[o(0x15b)][o(0x159)]({'pathParts':['imports',o(0x15d),o(0x141),o(0x13d),b['dir'],f,o(0x148)+h]}),'context':g,'config':c}),await this[o(0x15b)][o(0x155)]({'srcPath':o(0x139),'destPath':this[o(0x15b)][o(0x159)]({'pathParts':[o(0x158),o(0x15d),'server',o(0x13d),b['dir'],f,'conn.'+h]}),'context':g,'config':c}),await this[o(0x15b)]['template']({'srcPath':o(0x147),'destPath':this[o(0x15b)]['pathFromApp']({'pathParts':[o(0x158),'startup',o(0x141),'register-'+f+'-dbc.'+h]}),'context':g,'config':c});const i=this[o(0x15b)][o(0x159)]({'pathParts':[o(0x158),o(0x15d),o(0x141),'index.'+c[o(0x166)]['js']]});await this['fsi']['injectAtEndOfFile']({'filePath':i,'content':'import\x20\x27./register-'+f+o(0x157)});});}catch(h){Log[n(0x144)](h);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a103h=a103d;(function(a,b){const f=a103d,c=a();while(!![]){try{const d=-parseInt(f(0x158))/0x1+-parseInt(f(0x15b))/0x2*(parseInt(f(0x169))/0x3)+parseInt(f(0x15e))/0x4*(parseInt(f(0x168))/0x5)+-parseInt(f(0x16c))/0x6+parseInt(f(0x173))/0x7+parseInt(f(0x163))/0x8+-parseInt(f(0x15d))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a103c,0xcb483));const a103b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a103a=a103b(this,function(){const g=a103d;return a103a[g(0x167)]()['search'](g(0x15f))[g(0x167)]()[g(0x161)](a103a)[g(0x171)](g(0x15f));});a103a();import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';function a103c(){const k=['findProjectDirectory','constructor','fsi','13298032sGGysK','build','withValue','Dockerfile','toString','4030fDICdT','3BFfofQ','getMakaProjectConfig','maka\x20{generate,\x20g}:dockerfile','9283398GfUisR','template','join','create','error','search','service','7689661BqColp','Generate\x20an\x20updated\x20dockerfile','296063SUuhMc','cert','docker/Dockerfile','1525574mYApUn','app','5940099uznIow','6640SNSSRT','(((.+)+)+)+$'];a103c=function(){return k;};return a103c();}function a103d(a,b){const c=a103c();return a103d=function(d,e){d=d-0x158;let f=c[d];return f;},a103d(a,b);}import a103e from'path';Generator[a103h(0x16f)]({'name':'dockerfile','usage':a103h(0x16b),'shortDesc':a103h(0x174),'validOpts':[],'noNeedResource':!![],'examples':['maka\x20g:dockerfile']},async function(){const i=a103h;try{const a=await this[i(0x162)][i(0x16a)](),b=await this[i(0x162)]['getGlobalConfig'](),c=this['fsi'][i(0x160)]();await this['fsi'][i(0x165)](a,async()=>{const j=i,d={'app':b['appName'],'config':a,'appPath':a103e[j(0x16e)](c,j(0x15c)),'bundlePath':a103e[j(0x16e)](c,j(0x164),'app.tar.gz'),'useCert':this[j(0x162)]['isFile'](b[j(0x159)])};await this[j(0x162)][j(0x16d)]({'srcPath':j(0x15a),'destPath':a103e[j(0x16e)](c,j(0x166)),'framework':j(0x172),'context':d,'config':a});});}catch(d){Log[i(0x170)](d);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a104o=a104d;function a104c(){const r=['error','create','import\x20\x27./','apollo','(((.+)+)+)+$','injectTemplateModule','.js','.app-tests.js','/imports/ui/','theme','6lYuolf','11499273gWZsXt','baseDir','7844YqdNxA','pathFromApp','apply','maka\x20{generate|\x20g}:{hook\x20|\x20h}\x20[path/]<name>','template/template.css','dir','pathFromProject','checkNpmPackage','template','245pLQOhm','react','/imports/ui/hooks','installNpmPackage','injectAtBeginningOfFile','pages','features','Generate\x20a\x20React\x20hook.\x0ahttps://reactjs.org/docs/hooks-intro.html','154bvTZLT','@apollo/client\x20isomorphic-fetch','1302914ACJwhd','css','warn','.css','2511257pwRUhq','@apollo/client','fileName','toString','withValue','696912UJrubB','constructor','getMakaProjectConfig','engines','3366944YIXXSS','hook/hook.js','layouts','graphql','Npm\x20package\x20\x22@apollo/client\x22\x20not\x20installed,\x20installing...','search','hook','resourceName','1038210zMnmVc','fsi','test','force','cssCaseName','6TAfFSe'];a104c=function(){return r;};return a104c();}(function(a,b){const l=a104d,c=a();while(!![]){try{const d=-parseInt(l(0x17e))/0x1+-parseInt(l(0x175))/0x2*(parseInt(l(0x18f))/0x3)+parseInt(l(0x19d))/0x4*(parseInt(l(0x16b))/0x5)+-parseInt(l(0x19a))/0x6*(-parseInt(l(0x179))/0x7)+-parseInt(l(0x182))/0x8+parseInt(l(0x19b))/0x9+-parseInt(l(0x18a))/0xa*(-parseInt(l(0x173))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a104c,0xbad99));function a104d(a,b){const c=a104c();return a104d=function(d,e){d=d-0x167;let f=c[d];return f;},a104d(a,b);}const a104b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a104d;if(c){const e=c[m(0x19f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a104a=a104b(this,function(){const n=a104d;return a104a[n(0x17c)]()['search'](n(0x194))[n(0x17c)]()[n(0x17f)](a104a)[n(0x187)](n(0x194));});a104a();import a104e from'path';import{paramCase,pascalCase,camelCase}from'change-case';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';Generator[a104o(0x191)]({'name':a104o(0x188),'aliases':['h'],'checkWhere':![],'usage':a104o(0x1a0),'shortDesc':a104o(0x172),'validOpts':[{'name':a104o(0x19c),'values':['hooks','components',a104o(0x170),a104o(0x184)]},{'name':a104o(0x18d),'boolFlag':!![]}],'examples':['maka\x20g:hook\x20cool-hook'],'description':'\x0a\x20\x20Generate\x20a\x20React\x20hook.\x0ahttps://reactjs.org/docs/hooks-intro.html\x0a\x0a\x20\x20Hooks\x20are\x20created\x20in\x20the\x20imports/ui/hooks\x20directory\x20by\x20default,\x20but\x20can\x20be\x20created\x20in\x0a\x20\x20the\x20imports/ui/components,\x20imports/ui/pages,\x20or\x20imports/ui/layouts\x20directories\x20by\x0a\x20\x20using\x20the\x20--baseDir\x20option\x20with\x20the\x20appropriate\x20directory\x20name.\x0a\x0a\x20\x20To\x20create\x20a\x20hook\x20in\x20a\x20subdirectory\x20of\x20the\x20hooks\x20directory,\x20add\x20the\x20path\x20to\x20the\x0a\x20\x20hook\x20name.\x20For\x20example,\x20maka\x20g:hook\x20myHooks/useCoolHook\x20will\x20create\x20a\x20hook\x20in\x0a\x20\x20imports/ui/hooks/my-hooks/use-cool-hook.jsx\x0a\x0a\x20\x20If\x20you\x27d\x20like\x20a\x20hook\x20created\x20as\x20part\x20of\x20an\x20existing\x20page,\x20component,\x20or\x20layout,\x0a\x20\x20use\x20the\x20maka\x20g:hook\x20command\x20with\x20the\x20--baseDir\x20option.\x20For\x20example,\x0a\x0a\x20\x20\x20\x20maka\x20g:hook\x20--baseDir=pages\x20myPage/useCoolHook\x0a\x0a\x20\x20will\x20create\x20a\x20hook\x20in\x20imports/ui/pages/my-page/use-cool-hook.jsx\x0a\x0a\x20\x20'},async function(a,b){const p=a104o;Log['notice']('Creating\x20'+b[p(0x189)]+'\x20hook...');try{const c=this['fsi'][p(0x169)](p(0x16c));if(!c){Log[p(0x190)]('This\x20project\x20must\x20be\x20a\x20React\x20type\x20project\x20to\x20use\x20the\x20hooks\x20generator');throw new UsageError();}const d=this[p(0x18b)][p(0x19e)](b),f=b[p(0x19c)]?p(0x198)+b[p(0x19c)]:p(0x16d),g=this[p(0x18b)][p(0x19e)]({'pathParts':[f,b[p(0x167)],paramCase(b[p(0x189)]),paramCase(b[p(0x189)])]}),h=await this[p(0x18b)][p(0x180)]();await this['fsi'][p(0x17d)](h,async()=>{const q=p;typeof h[q(0x16a)][q(0x176)]==='string'&&(h[q(0x16a)][q(0x176)]=h[q(0x16a)][q(0x176)]==='true'?!![]:![],this['fsi']['setTemplate']('css',h[q(0x16a)][q(0x176)]));h[q(0x181)][q(0x185)]===q(0x193)&&!this[q(0x18b)][q(0x169)](q(0x17a))&&(Log[q(0x177)](q(0x186)),await this[q(0x18b)][q(0x16e)](q(0x174),{'cwd':d}));const i={'cssCaseName':paramCase(b[q(0x189)]),'camelCaseName':camelCase(b[q(0x189)]),'className':pascalCase(b['resourceName']),'name':pascalCase(b[q(0x189)]),'graphql':h['engines'][q(0x185)],'theme':h['engines'][q(0x199)],'features':h[q(0x171)],'myPath':a104e['relative'](this['fsi'][q(0x168)]({}),g),'fileName':paramCase(b['resourceName']),'isComponent':![],'isLayout':![],'withTranslations':h[q(0x171)]['withTranslations']};await this['fsi']['template']({'srcPath':q(0x183),'destPath':g+q(0x196),'context':i,'config':h,'framework':q(0x16c),'force':b[q(0x18d)]});h[q(0x16a)][q(0x176)]&&(await this[q(0x18b)][q(0x16a)]({'srcPath':q(0x1a1),'destPath':g+q(0x178),'context':Object['assign']({},i,{'className':i[q(0x18e)]}),'config':h,'force':b[q(0x18d)]}),await this[q(0x18b)][q(0x16f)]({'filePath':g+'.'+h[q(0x181)]['js'],'content':q(0x192)+i['fileName']+'.'+h[q(0x181)]['css']+'\x27;'}));h[q(0x181)][q(0x18c)]!=='none'&&await this[q(0x18b)]['template']({'srcPath':'test/test.js','destPath':g+q(0x197),'framework':'react','context':i,'config':h,'force':b[q(0x18d)]});const j=b[q(0x167)]?'/'+b['dir']+'/':'/',k=''+f+j+i[q(0x17b)]+'/'+i[q(0x17b)];await this[q(0x18b)][q(0x195)](i['className'],h,k);});}catch(i){Log[p(0x190)](i);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a112d,c=a();while(!![]){try{var d=parseInt(f(
|
|
1
|
+
(function(a,b){var f=a112d,c=a();while(!![]){try{var d=parseInt(f(0x11c))/0x1+parseInt(f(0x114))/0x2+-parseInt(f(0x11a))/0x3+-parseInt(f(0x113))/0x4*(-parseInt(f(0x11b))/0x5)+parseInt(f(0x119))/0x6*(-parseInt(f(0x117))/0x7)+-parseInt(f(0x115))/0x8*(-parseInt(f(0x11d))/0x9)+parseInt(f(0x120))/0xa*(-parseInt(f(0x11f))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a112c,0x1e222));var a112b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a112d;if(c){var e=c[g(0x121)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a112a=a112b(this,function(){var h=a112d;return a112a[h(0x118)]()[h(0x112)](h(0x116))[h(0x118)]()[h(0x11e)](a112a)[h(0x112)]('(((.+)+)+)+$');});function a112d(a,b){var c=a112c();return a112d=function(d,e){d=d-0x112;var f=c[d];return f;},a112d(a,b);}a112a();function a112c(){var i=['1584whNnvM','269286juYutZ','121135vcUBJs','20375KBgKeR','990BEUlfu','constructor','13464EiYklg','840MiAUdg','apply','search','36lGzBsp','303364WYtIwO','5536DlEkUg','(((.+)+)+)+$','3983NWgTdh','toString'];a112c=function(){return i;};return a112c();}import'./kit.js';import'./mui/_index.js';import'./esri/_index.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a107c(){var
|
|
1
|
+
function a107c(){var i=['12jYtGrF','16050vckcIJ','40twkOtr','269142MHJtHW','186354DQisNH','apply','2387rAYEBC','search','16tWOrzl','toString','32492UFqxnl','45405OlNIAx','694673uMBWPD','1969875jimEdT','constructor'];a107c=function(){return i;};return a107c();}(function(a,b){var f=a107d,c=a();while(!![]){try{var d=parseInt(f(0x17f))/0x1*(parseInt(f(0x177))/0x2)+-parseInt(f(0x180))/0x3*(parseInt(f(0x175))/0x4)+parseInt(f(0x182))/0x5+-parseInt(f(0x178))/0x6+-parseInt(f(0x181))/0x7*(parseInt(f(0x17d))/0x8)+-parseInt(f(0x179))/0x9+-parseInt(f(0x176))/0xa*(parseInt(f(0x17b))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a107c,0x5e424));var a107b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a107d;if(c){var e=c[g(0x17a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a107a=a107b(this,function(){var h=a107d;return a107a['toString']()[h(0x17c)]('(((.+)+)+)+$')[h(0x17e)]()[h(0x183)](a107a)['search']('(((.+)+)+)+$');});a107a();function a107d(a,b){var c=a107c();return a107d=function(d,e){d=d-0x175;var f=c[d];return f;},a107d(a,b);}import'./esri.generator.js';import'./map.esri.gen.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a105i=a105d;(function(a,b){const f=a105d,c=a();while(!![]){try{const d=parseInt(f(
|
|
1
|
+
const a105i=a105d;function a105d(a,b){const c=a105c();return a105d=function(d,e){d=d-0xc4;let f=c[d];return f;},a105d(a,b);}(function(a,b){const f=a105d,c=a();while(!![]){try{const d=parseInt(f(0xc8))/0x1+-parseInt(f(0xd8))/0x2*(-parseInt(f(0xd6))/0x3)+-parseInt(f(0xd7))/0x4*(-parseInt(f(0xc9))/0x5)+parseInt(f(0xd2))/0x6*(-parseInt(f(0xca))/0x7)+-parseInt(f(0xc4))/0x8+parseInt(f(0xcc))/0x9*(-parseInt(f(0xc5))/0xa)+parseInt(f(0xd0))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a105c,0x88e4c));const a105b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a105d;if(c){const e=c[g(0xcd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a105a=a105b(this,function(){const h=a105d;return a105a[h(0xd1)]()[h(0xcb)]('(((.+)+)+)+$')[h(0xd1)]()[h(0xd9)](a105a)['search'](h(0xce));});a105a();import{Generator}from'../../../generator.js';function a105c(){const k=['46017MoNAkr','apply','(((.+)+)+)+$','\x0a\x20\x20\x20\x20This\x20generator\x20will\x20create\x20a\x20kit\x20for\x20Esri\x20Maps.\x20Starting\x20with\x20a\x20basic\x20map,\x0a\x20\x20\x20\x20but\x20with\x20the\x20ability\x20to\x20add\x20more\x20components\x20to\x20the\x20kit.\x0a\x20\x20','15108159xpxpOJ','toString','6VMKBAi','maka\x20g:kit:e','NIE','maka\x20{generate,\x20g}:{kit,\x20k}:{esri,\x20e}:<kit-name>','3mHuIMN','4QmJZbS','2069198JafcLn','constructor','esri','3962944UMcvSo','1450dQchxK','create','Starting\x20point\x20for\x20generating\x20Esri\x20Maps','73075AYMemb','1462255hIuwVE','6832875WtExxc','search'];a105c=function(){return k;};return a105c();}import a105e from'../kit.js';const EsriGen=Generator[a105i(0xc6)]({'name':a105i(0xda),'aliases':['e'],'usage':a105i(0xd5),'noNeedResource':!![],'shortDesc':a105i(0xc7),'validOpts':[''],'isPro':!![],'examples':[a105i(0xd3)],'description':a105i(0xcf)},async function(){const j=a105i;throw j(0xd4);},a105e);export default EsriGen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a106s=a106d;(function(a,b){const p=a106d,c=a();while(!![]){try{const d=parseInt(p(0xd7))/0x1+parseInt(p(0xdd))/0x2*(parseInt(p(0xde))/0x3)+-parseInt(p(0xfb))/0x4+parseInt(p(0xe2))/0x5+-parseInt(p(0x102))/0x6+-parseInt(p(0xd2))/0x7*(parseInt(p(0xd3))/0x8)+parseInt(p(0xea))/0x9*(parseInt(p(0xe0))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a106c,0x47353));const a106b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a106d;if(c){const e=c[q(0xdc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a106a=a106b(this,function(){const r=a106d;return a106a[r(0xf4)]()[r(0xd0)](r(0xd4))[r(0xf4)]()[r(0xf2)](a106a)['search'](r(0xd4));});a106a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';import a106e from'./esri.generator.js';import a106f from'../../../generators/maka.gen.js';import{paramCase,headerCase,pascalCase}from'change-case';import{ClientEngines,SsrEngines}from'../../../tools/fsi/fsi.interfaces.js';function a106c(){const v=['page','1629716NkUPWC','dir','replaceAll','basic-map','baseDir','@esri/react-arcgis','fsi','1861854LhmNSp','/imports/startup/client/templates','Generate\x20an\x20Esri\x20map\x20component','exit','search','injectIntoFile','3190187zWtDTF','8dYuQBe','(((.+)+)+)+$','true','engines','51483EcJpVi','injectTemplateModule','<div\x20id=\x22map-component\x22>','map','Generating\x20a\x20map\x20component','apply','1644qmaxGI','939JgDJWy','pathFromApp','20SzuauV','withValue','2879915BasRBz','kit/esri/map/','REACT','.js','template','</div>','<div\x20id=\x22map-hook\x22>','getMakaProjectConfig','2611773XWcSpS','ssr','maka\x20{generate,\x20g}:{kit,\x20k}:{esri,\x20e}:{map,\x20m}','processAndRunGenerator','create','esri-loader','split','\x20webMapId=\x228df8e6f7d4c34f56a1cf8b1473e57f6a\x22\x20/>\x0a','constructor','/imports/startup/lib/templates','toString','bright','checkNpmPackage','\x0a\x20\x20\x20\x20This\x20generator\x20will\x20create\x20a\x20map\x20component\x20in\x20the\x20/imports/ui/hooks\x20directory.\x0a\x0a\x20\x20\x20\x20It\x27ll\x20also\x20create\x20a\x20page\x20component\x20in\x20the\x20/imports/ui/pages/map\x20directory.\x0a\x0a\x20\x20\x20\x20The\x20map\x20component\x20will\x20be\x20named\x20\x27BasicMap\x27\x20by\x20default.\x0a\x0a\x20\x20','injectImport','FALSE'];a106c=function(){return v;};return a106c();}function a106d(a,b){const c=a106c();return a106d=function(d,e){d=d-0xcf;let f=c[d];return f;},a106d(a,b);}Generator[a106s(0xee)]({'name':a106s(0xda),'aliases':['m'],'usage':a106s(0xec),'shortDesc':a106s(0x104),'validOpts':[''],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'client':ClientEngines[a106s(0xe4)],'ssr':SsrEngines[a106s(0xf9)]},'description':a106s(0xf7)},async function(a,b){const t=a106s;try{Log[t(0xf5)](t(0xdb));const c=t(0xfe);await this[t(0x101)][t(0xf6)]([t(0x100),t(0xef)],{'shouldInstall':!![]});const d=this[t(0x101)]['findProjectDirectory'](),f=this[t(0x101)][t(0xe9)](),g=f[t(0xd6)][t(0xeb)]===t(0xd5),h=await a106f[t(0xed)](t(0xfa),[t(0xda)],{'cwd':d,'config':f}),i={'name':headerCase(f['appName'])[t(0xfd)]('-','\x20'),'componentName':pascalCase(c)},j=b[t(0xff)]?'/imports/ui/'+b[t(0xff)]:'/imports/ui/hooks',k=this[t(0x101)][t(0xdf)]({'pathParts':[j,b[t(0xfc)],paramCase(c),paramCase(c)]});this[t(0x101)][t(0xe1)](f,async()=>{const u=t;this[u(0x101)][u(0xe6)]({'srcPath':u(0xe3)+c+'.js','destPath':k+u(0xe5),'framework':'react','context':i,'config':f,'force':![],'ignore':![]});});const l=''+j+b[t(0xfc)]+'/'+c+'/'+c;await this['fsi'][t(0xd8)](c,f,l);const m=h[t(0xf0)]('/'),n=this['fsi'][t(0xdf)]({'pathParts':m});await this[t(0x101)][t(0xf8)]({'filePath':n,'importName':pascalCase(c),'modulePath':g?t(0xf3):t(0x103),'isNamedExport':!![]}),await this[t(0x101)][t(0xd1)]({'filePath':n,'content':'\x0a<'+pascalCase(c)+t(0xf1),'begin':[t(0xe8),t(0xd9)],'end':[t(0xe7)],'replace':!![]});}catch(o){Log['error'](o),process[t(0xcf)](0x1);}},a106e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a108c(){const i=['477660iDnEBV','maka\x20{generate,\x20g}:{kit}\x20<name>','32feQJCE','search','507648nscoZG','maka\x20g:k','105233VClWiq','430507sGVFhC','constructor','113820cenGWK','700876XEfkKD','kit','189qPYQuX','(((.+)+)+)+$','5pnuclR','toString','3670997BAlkRA','2zlCdGP','maka\x20g:kit'];a108c=function(){return i;};return a108c();}const a108h=a108d;(function(a,b){const f=a108d,c=a();while(!![]){try{const d=-parseInt(f(0x101))/0x1*(parseInt(f(0xf9))/0x2)+parseInt(f(0xfb))/0x3+parseInt(f(0x105))/0x4*(-parseInt(f(0xf6))/0x5)+-parseInt(f(0xff))/0x6+parseInt(f(0x102))/0x7*(parseInt(f(0xfd))/0x8)+-parseInt(f(0xf4))/0x9*(parseInt(f(0x104))/0xa)+parseInt(f(0xf8))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a108c,0x20ed5));const a108b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a108a=a108b(this,function(){const g=a108d;return a108a[g(0xf7)]()[g(0xfe)](g(0xf5))[g(0xf7)]()[g(0x103)](a108a)[g(0xfe)](g(0xf5));});function a108d(a,b){const c=a108c();return a108d=function(d,e){d=d-0xf4;let f=c[d];return f;},a108d(a,b);}a108a();import{Generator}from'../../generator.js';const KitGen=Generator['create']({'name':a108h(0x106),'aliases':['k'],'usage':a108h(0xfc),'shortDesc':'Generate\x20a\x20pre-built\x20\x22kit\x22\x20to\x20speed\x20up\x20your\x20development.','minArgLength':0x1,'isPro':!![],'validOpts':[],'noNeedResource':!![],'examples':[a108h(0xfa),a108h(0x100)]},async function(){});export default KitGen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a111d,c=a();while(!![]){try{var d
|
|
1
|
+
(function(a,b){var f=a111d,c=a();while(!![]){try{var d=-parseInt(f(0x1e5))/0x1+parseInt(f(0x1e1))/0x2+parseInt(f(0x1e4))/0x3+parseInt(f(0x1e8))/0x4*(-parseInt(f(0x1eb))/0x5)+-parseInt(f(0x1e3))/0x6*(-parseInt(f(0x1e9))/0x7)+parseInt(f(0x1ec))/0x8+parseInt(f(0x1ee))/0x9*(-parseInt(f(0x1ef))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a111c,0x7e7b5));var a111b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a111d;if(c){var e=c[g(0x1e2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a111a=a111b(this,function(){var h=a111d;return a111a[h(0x1ea)]()[h(0x1e7)](h(0x1ed))[h(0x1ea)]()[h(0x1e6)](a111a)[h(0x1e7)](h(0x1ed));});a111a();function a111d(a,b){var c=a111c();return a111d=function(d,e){d=d-0x1e1;var f=c[d];return f;},a111d(a,b);}import'./mui.generator.js';function a111c(){var i=['868383CKcUOR','1026675EKozKS','constructor','search','661772iCTXvj','1365ilEihG','toString','10TcZVBb','232072ekWYNS','(((.+)+)+)+$','396909VjHzeu','30wqhRwR','1597016PCzdAC','apply','27414XncKTD'];a111c=function(){return i;};return a111c();}import'./frame.mui.gen.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a109A=a109d;
|
|
1
|
+
const a109A=a109d;(function(a,b){const x=a109d,c=a();while(!![]){try{const d=-parseInt(x(0x1ca))/0x1*(-parseInt(x(0x1d9))/0x2)+parseInt(x(0x1dd))/0x3+-parseInt(x(0x1e6))/0x4+-parseInt(x(0x1eb))/0x5+parseInt(x(0x1d8))/0x6+parseInt(x(0x1df))/0x7+parseInt(x(0x205))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a109c,0xb209d));const a109b=(function(){let a=!![];return function(b,c){const d=a?function(){const y=a109d;if(c){const e=c[y(0x1e4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a109a=a109b(this,function(){const z=a109d;return a109a[z(0x1e7)]()[z(0x1ec)](z(0x1e8))[z(0x1e7)]()[z(0x1fd)](a109a)[z(0x1ec)](z(0x1e8));});a109a();import{Generator}from'../../../generator.js';function a109c(){const D=['error','create','tsx','constructor','baseDir','/imports/ui/hooks','fsi','{props.children}','template','react','maka\x20{generate,\x20g}:{kit}:{mui,\x20m}:{frame,\x20f','3923792FjLojI','kit/mui/frame/drawers/','session','engines','7vhVnfN','-component\x22>','jsx','{this.props.children}','getFiles','test','checkbox','No\x20layouts\x20selected','checkMeteorPackage','-hook\x22>','Which\x20layouts\x20do\x20you\x20wish\x20to\x20update?','\x20/>\x0a','/imports/ui/','app-tests','6247392kHxPSG','48284PIgPqe','injectTemplateModule','pathFromApp','MATERIAL','1317555CPYHzV','dir','7960414cDkPin','Generate\x20a\x20standard\x20MUI\x20frame\x20that\x20injects\x20into\x20a\x20layout','getDirectories','injectIntoFile','findAppDirectory','apply','frame','5205984JpUqEk','toString','(((.+)+)+)+$','{\x20this.props.children\x20}','REACT','6231730jtoAiS','search','layouts','maka\x20g:k:m:f','/imports/startup/client/templates','maka\x20generate:kit:mui:frame','.js','/imports/startup/lib/templates','<div\x20id=\x22','\x0a\x20\x20\x20\x20Generates\x20a\x20standard\x20MUI\x20fram\x20that\x20contains\x20a\x20basic\x20app\x20bar\x20and\x20a\x20drawer.\x0a\x20\x20','{\x20props.children\x20}','join','injectImport','replaceAll','withValue'];a109c=function(){return D;};return a109c();}import{Log}from'../../../tools/log/log.class.js';import{Actions}from'../../../tools/actions/actions.class.js';function a109d(a,b){const c=a109c();return a109d=function(d,e){d=d-0x1c7;let f=c[d];return f;},a109d(a,b);}import a109e from'path';import a109f from'./mui.generator.js';import{paramCase,pascalCase,headerCase}from'change-case';import{ThemeEngines,ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a109A(0x1fb)]({'name':a109A(0x1e5),'aliases':['f'],'usage':a109A(0x204),'shortDesc':a109A(0x1e0),'validOpts':[a109A(0x1ed)],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'theme':ThemeEngines[a109A(0x1dc)],'client':ClientEngines[a109A(0x1ea)]},'examples':[a109A(0x1f0),a109A(0x1ee)],'description':a109A(0x1f4)},async function(a,b){const B=a109A;try{const c='basic-app-bar',d='basic-drawer',f=this[B(0x200)]['getMakaProjectConfig'](),g=f[B(0x1c9)]['ssr']==='true';await this[B(0x200)][B(0x1d2)](B(0x1c8),{'shouldInstall':!![]});const h=this['fsi'][B(0x1e3)](),i=a109e[B(0x1f6)](h,'imports','ui',B(0x1ed)),j=this[B(0x200)][B(0x1e1)](i),k=await Actions['options']({'type':B(0x1d0),'name':B(0x1ed),'message':B(0x1d4),'choices':j});if(k[B(0x1ed)]['length']===0x0){Log[B(0x1fa)](B(0x1d1));return;}const l=b[B(0x1fe)]?B(0x1d6)+b[B(0x1fe)]:B(0x1ff),m=this[B(0x200)][B(0x1db)]({'pathParts':[l,b['dir'],paramCase(c),paramCase(c)]}),n=this[B(0x200)][B(0x1db)]({'pathParts':[l,b['dir'],paramCase(d),paramCase(d)]}),o={'name':headerCase(f['appName'])[B(0x1f8)]('-','\x20')};await this['fsi'][B(0x1f9)](f,async()=>{const C=B;await this['fsi'][C(0x202)]({'srcPath':'kit/mui/frame/app-bars/'+c+C(0x1f1),'destPath':m+C(0x1f1),'framework':C(0x203),'context':o,'config':f,'force':![],'ignore':![]}),await this['fsi'][C(0x202)]({'srcPath':C(0x1c7)+d+C(0x1f1),'destPath':n+'.js','framework':C(0x203),'context':o,'config':f,'force':![],'ignore':![]});});const p=''+l+b[B(0x1de)]+'/'+c+'/'+c;await this['fsi'][B(0x1da)](c,f,p);const q=''+l+b[B(0x1de)]+'/'+d+'/'+d;await this[B(0x200)]['injectTemplateModule'](d,f,q);const {layouts:r}=k;for(const s of r){const t=this[B(0x200)][B(0x1ce)](a109e[B(0x1f6)](i,s),{'extensions':[B(0x1cc),B(0x1fc)],'omit':[B(0x1d7),'tests',B(0x1cf)]});for(const u of t){const v=a109e[B(0x1f6)](i,s,u);await this[B(0x200)][B(0x1f7)]({'filePath':v,'importName':pascalCase(c),'modulePath':g?B(0x1f2):B(0x1ef),'isNamedExport':!![]}),await this[B(0x200)][B(0x1e2)]({'filePath':v,'content':'<'+pascalCase(c)+B(0x1d5),'begin':[B(0x1f3)+s+'-component\x22>','<div\x20id=\x22'+s+B(0x1d3)],'end':['{this.props.children}',B(0x1e9),B(0x201),B(0x1f5)]}),await this[B(0x200)][B(0x1f7)]({'filePath':v,'importName':pascalCase(d),'modulePath':g?B(0x1f2):B(0x1ef),'isNamedExport':!![]}),await this[B(0x200)][B(0x1e2)]({'filePath':v,'content':'<'+pascalCase(d)+'\x20/>\x0a','begin':[B(0x1f3)+s+B(0x1cb),B(0x1f3)+s+B(0x1d3)],'end':[B(0x1cd),B(0x1e9),B(0x201),'{\x20props.children\x20}']});}}}catch(w){Log[B(0x1fa)](w);}},a109f);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a110i=a110d;
|
|
1
|
+
const a110i=a110d;(function(a,b){const f=a110d,c=a();while(!![]){try{const d=-parseInt(f(0x136))/0x1*(-parseInt(f(0x12c))/0x2)+-parseInt(f(0x131))/0x3+parseInt(f(0x128))/0x4*(parseInt(f(0x134))/0x5)+parseInt(f(0x132))/0x6*(parseInt(f(0x127))/0x7)+parseInt(f(0x133))/0x8+-parseInt(f(0x12b))/0x9+-parseInt(f(0x130))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a110c,0xd6d96));function a110d(a,b){const c=a110c();return a110d=function(d,e){d=d-0x125;let f=c[d];return f;},a110d(a,b);}const a110b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a110d;if(c){const e=c[g(0x12e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a110a=a110b(this,function(){const h=a110d;return a110a['toString']()['search'](h(0x129))['toString']()['constructor'](a110a)[h(0x12f)](h(0x129));});a110a();import{Generator}from'../../../generator.js';import a110e from'../kit.js';function a110c(){const k=['750756zKYQJV','(((.+)+)+)+$','Material-UI\x20Kit','6344568lGWpPv','1575162qBPqrK','create','apply','search','11519560ZESrxH','3874419ffDNeK','38268qUUEqF','10638672XdpJwA','25ThLEML','maka\x20{generate,\x20g}:{kit,\x20k}:{mui,\x20m}\x20<kit-name>','2LhKNsu','maka\x20g:kit:m','NIE','203RtTIxe'];a110c=function(){return k;};return a110c();}const MuiGen=Generator[a110i(0x12d)]({'name':'mui','aliases':['m'],'usage':a110i(0x135),'noNeedResource':!![],'shortDesc':a110i(0x12a),'validOpts':[''],'isPro':!![],'examples':[a110i(0x125)]},async function(){const j=a110i;throw j(0x126);},a110e);export default MuiGen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a113o=a113d;(function(a,b){const l=a113d,c=a();while(!![]){try{const d=-parseInt(l(0x17c))/0x1+-parseInt(l(0x161))/0x2*(parseInt(l(0x17e))/0x3)+parseInt(l(0x178))/0x4*(parseInt(l(0x15d))/0x5)+parseInt(l(0x186))/0x6+-parseInt(l(0x15f))/0x7*(parseInt(l(0x15e))/0x8)+-parseInt(l(0x173))/0x9*(parseInt(l(0x18c))/0xa)+parseInt(l(0x157))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a113c,0xa13e3));const a113b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a113d;if(c){const e=c[m(0x17a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a113a=a113b(this,function(){const n=a113d;return a113a[n(0x16d)]()[n(0x168)](n(0x172))[n(0x16d)]()['constructor'](a113a)['search']('(((.+)+)+)+$');});a113a();import a113e from'path';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';function a113d(a,b){const c=a113c();return a113d=function(d,e){d=d-0x156;let f=c[d];return f;},a113d(a,b);}function a113c(){const r=['ramda','setTemplate','search','/imports/ui/layouts','className','template/template.css','react','toString','graphql','This\x20project\x20must\x20be\x20a\x20React\x20type\x20project\x20to\x20use\x20the\x20hooks\x20generator','split','warn','(((.+)+)+)+$','12573rPjcXN','injectTemplateModule','withValue','Scaffolding\x20for\x20a\x20React\x20Layout.','string','64XKiPVZ','layout','apply','css','540132RsWMaP','none','69KyvCno','maka\x20g:layout\x20mobile/iPhone8','test/test.js','withHook','template','resourceName','checkNpmPackage','engines','6665310NcaiOB','fsi','dir','maka\x20g:l\x20web/safari','withTranslations','import\x20\x27./','2310tIrIml','create','5114802ksYOfe','relative','withHooks','includes','fileName','api','302085qrBXQz','264NsKTkI','149443bQewrV','maka\x20{generate,\x20g}:{layout,\x20l}\x20[path/]<name>','27368cSFmAd','true','test','injectAtBeginningOfFile','features'];a113c=function(){return r;};return a113c();}import{camelCase,paramCase,pascalCase}from'change-case';const aliases=['l'];Generator[a113o(0x156)]({'name':a113o(0x179),'aliases':aliases,'usage':a113o(0x160),'shortDesc':a113o(0x176),'validOpts':[],'examples':[a113o(0x17f),a113o(0x189)]},async function(a,b){const p=a113o,c=p(0x169),d=this[p(0x187)]['findAppDirectory'](),e=this[p(0x187)]['pathFromApp']({'pathParts':[c,b['dir'],paramCase(b['resourceName']),paramCase(b['resourceName'])]}),f=this[p(0x187)]['getMakaProjectConfig']();await this[p(0x187)][p(0x175)](f,async()=>{const q=p;typeof f['template'][q(0x163)]===q(0x177)&&(f['template'][q(0x163)]=f[q(0x182)][q(0x163)]===q(0x162)?!![]:![],this[q(0x187)][q(0x167)](q(0x163),f[q(0x182)][q(0x163)]));typeof f[q(0x182)]['css']==='string'&&(f['template'][q(0x17b)]=f[q(0x182)][q(0x17b)]===q(0x162)?!![]:![],this[q(0x187)][q(0x167)](q(0x17b),f[q(0x182)]['css']));typeof f[q(0x182)]['js']===q(0x177)&&(f[q(0x182)]['js']=f[q(0x182)]['js']===q(0x162)?!![]:![],this[q(0x187)][q(0x167)]('js',f[q(0x182)]['js']));!f[q(0x165)]&&(f['features']={});const g=b['_']?b['_'][0x0][q(0x170)](':')[0x1]:![],h=b['_']&&aliases[q(0x15a)](g);h&&!this[q(0x184)](q(0x166))&&(Log[q(0x171)]('Npm\x20package\x20\x22@apollo/client\x22\x20not\x20installed,\x20installing...'),this[q(0x187)]['installNpmPackage'](q(0x166),{'cwd':d}));if(h&&!this[q(0x184)](q(0x16c))){Log[q(0x171)](q(0x16f));return;}const i={'name':pascalCase(b[q(0x183)]),'myPath':a113e[q(0x158)](this['fsi']['pathFromProject']({}),e),'cssCaseName':paramCase(b[q(0x183)]),'className':pascalCase(b['resourceName']),'camelCaseName':camelCase(b[q(0x183)]),'fileName':paramCase(b[q(0x183)]),'graphql':f[q(0x185)][q(0x16e)],'features':f['features'],'client':f['engines']['client'],'api':f[q(0x185)][q(0x15c)],'ssr':f[q(0x185)]['ssr'],'test':f['engines']['test'],'theme':f['engines']['theme'],'isComponent':![],'isLayout':!![],'withTranslations':f['features'][q(0x18a)]};f['features']?.[q(0x159)]||b[q(0x181)]?await this[q(0x187)]['template']({'srcPath':'hook/hook.js','destPath':e+'.js','framework':q(0x16c),'context':i,'config':f}):await this[q(0x187)][q(0x182)]({'srcPath':'component/component.js','destPath':e+'.js','framework':'react','context':i,'config':f});f[q(0x185)][q(0x163)]!==q(0x17d)&&await this[q(0x187)][q(0x182)]({'srcPath':q(0x180),'destPath':e+'.app-tests.js','framework':q(0x16c),'context':i,'config':f});f[q(0x182)]['css']&&(await this[q(0x187)]['template']({'srcPath':q(0x16b),'destPath':e+'.css','context':Object['assign']({},i,{'className':paramCase(b[q(0x183)])}),'config':f}),await this['fsi'][q(0x164)]({'filePath':e+'.'+f[q(0x185)]['js'],'content':q(0x18b)+i['fileName']+'.'+f[q(0x185)][q(0x17b)]+'\x27;'}));const j=b[q(0x188)]?'/'+b[q(0x188)]+'/':'/',k=''+c+j+i['fileName']+'/'+i[q(0x15b)];await this[q(0x187)][q(0x174)](i[q(0x16a)],f,k);});});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a114i=a114d;(function(a,b){const f=a114d,c=a();while(!![]){try{const d=parseInt(f(
|
|
1
|
+
const a114i=a114d;(function(a,b){const f=a114d,c=a();while(!![]){try{const d=parseInt(f(0x1e8))/0x1*(parseInt(f(0x1ee))/0x2)+-parseInt(f(0x1f5))/0x3+parseInt(f(0x1fa))/0x4*(-parseInt(f(0x1f1))/0x5)+parseInt(f(0x1f3))/0x6*(-parseInt(f(0x1f4))/0x7)+-parseInt(f(0x1ec))/0x8+-parseInt(f(0x1f0))/0x9*(-parseInt(f(0x1f7))/0xa)+parseInt(f(0x1fb))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a114c,0x3503f));const a114b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a114d;if(c){const e=c[g(0x1e9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a114a=a114b(this,function(){const h=a114d;return a114a[h(0x1ed)]()[h(0x1f9)](h(0x1fd))[h(0x1ed)]()[h(0x1f2)](a114a)[h(0x1f9)]('(((.+)+)+)+$');});function a114d(a,b){const c=a114c();return a114d=function(d,e){d=d-0x1e8;let f=c[d];return f;},a114d(a,b);}function a114c(){const j=['maka\x20g:route\x20todos/edit','50zxzlRM','maka\x20{generate,\x20g}:<generator>\x20<name>','search','768572uPhCbm','2633433vKZFKV','maka\x20g:api\x20trucks','(((.+)+)+)+$','127pGRTIc','apply','maka\x20g:template\x20todos/todo_item','maka\x20g:dbc\x20geoserver\x20--type=pgsql','547024MNNMGi','toString','5546WOQVWj','generate','741402VtaAYx','5btcwFz','constructor','6GdoVaT','2910362SKUcqv','330078GqRaLd'];a114c=function(){return j;};return a114c();}a114a();import{Generator}from'../generator.js';const MakaGen=new Generator({'name':a114i(0x1ef),'aliases':['g'],'usage':a114i(0x1f8),'validOpts':[],'mustBeInMakaProject':!![],'minArgLength':0x1,'isRoot':!![],'noNeedResource':!![],'shortDesc':'Scaffold\x20various\x20parts\x20of\x20your\x20application','examples':['maka\x20generate:scaffold\x20todos','maka\x20g:scaffold\x20todos',a114i(0x1ea),'maka\x20g:package\x20package:name',a114i(0x1f6),a114i(0x1fc),a114i(0x1eb)]},function(){});export default MakaGen;
|