mix simple_blog.post (simple_blog v0.2.0)

Command responsible for generate a new blog post.

Summary

Functions

Generates a new blog post

Returns instructions about command usage

Functions

Generates a new blog post

Examples

iex> Mix.Tasks.SimpleBlog.Post.run(["My first blog post"])
"Blog post created at blog_test/_posts/yyyy-mm-dd-my-first-blog-post.md"

Returns instructions about command usage