mix simple_blog.post (simple_blog v0.2.0)
Command responsible for generate a new blog post.
Summary
Functions
Link to this function
run(list)
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"
Link to this function
usage()
Returns instructions about command usage