open-blog.dev
open-blog.dev copied to clipboard
cli-tool for generating blog post file structure
By @mfrachet
It could be great to have a script to generate a prompt in console in order to create files for a new article.
yarn create
It would ask you:
- What is your complete name ?
- What is your github handle ?
- What is the title of your blog post ?
- In which language do you want to publish your blog post ?
- fr
- en
It will generate the structure with magic
Work in progress 😄