There is now an npm package you can install globally, to help create your articles on Yemi.
Since coders and the like are used to the cli, we figured adding this would be a nice convenience method for creating new articles. Especially since we have several options for metadata which must exist at the top of the article's markdown file.
npm i -g @malynium/yemi
yemi article <article-name>
OR
npx @malynium/yemi article <article-name>