PhoenixUp v0.2.0 mix phx_up.gen.module
Generate a module file in lib/your_app and a module test file.
mix phx_up.gen.module Post.Validator
or
mix phx_up.gen.m Post.Validator
The first argument is the module name.
Generate a module file in lib/your_app and a module test file.
mix phx_up.gen.module Post.Validator
or
mix phx_up.gen.m Post.Validator
The first argument is the module name.