Dfx generate but output motoko files

Anyone know if there is a way to do this yet?

Can you please clarify a bit more what files you want dfx generate to create?

{
  "canisters": {
    "example": {
      "main": "src/example/main.mo",
      "type": "motoko",
      "declarations": {
        "bindings": ["mo"]
      }
    }
}
1 Like