Generates an Ash Resource template backed by AshScylla.
Usage
mix ash_scylla.gen MyResource user_id:uuid, name:string, age:intThe task writes a resource file under lib/<app>/resources/<resource>.ex.
It creates a starter template that you can customize with primary keys,
actions, repo, and ScyllaDB-specific options.
Examples
mix ash_scylla.gen User user_id:uuid, name:string, age:int