Generate post of blog based gatsby framework.
Using in gatsby-starter-bee
npm install -D gatsby-post-gen
# yarn add -D gatsby-post-genpackage.json
"scripts": {
"create": "gatsby-post-gen",
}npm run create # Create blog post to `.md` fileProject by @Jbeeโ

