yuniruyuni / MrDamian-Old

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

split commands into tauri's plugin

yuniruyuni opened this issue · comments

commented

Current implementation doesn't have good namespace for each usecase spaces.

Tauri have good abstraction for this: plugins!

Desired:

  • split presentation::commands::{editor, components} into editor/components plugin
  • setup generation for typescript bindings for each plugin