PhoenixUp v0.2.5 mix phx_up.del.module

Delete a module file in lib/your_app and its test file.

mix phx_up.del.module Post.Validator

or

mix phx_up.del.m Post.Validator

The first argument is the module name.