mix simple_blog.post.new (simple_blog v0.1.0)
Module responsible for generate a new blog post.
Summary
Functions
Link to this function
run(list)
It generates a new blog post
Examples
# iex> Mix.Tasks.SimpleBlog.Post.New.run(["My first blog post"]) # :ok
Link to this function