-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Motivation
There are many repeating patterns in defining new resources/controllers/actions and models in general,
having snippets at the ready, and perhaps even a generator (via CLI, and perhaps other integrations), like other frameworks are doing (Rails for instance), could boost productivity.
Ideas
- Anything AI'y we can do?
Areas
- [not existing] Controllers+Resources skeleton
- creates controller file with [name] and basic skeleton
- creates resource file with [name] and meta moduleName codegen
- [existing] Add Resource action + Controller action
- [not existing] New Model file (including the model codegen for the From interfaces)
- Model definitions
S.ExtendedClass,S.TaggedClass - Service definitions
Effect.Service
Metadata
Metadata
Assignees
Labels
No labels