@malynium/yemi
Advanced tools
Comparing version 0.0.1 to 0.0.2
const fs = require('fs'); | ||
const path = require('path'); | ||
@@ -11,9 +10,10 @@ async function article(articleName) { | ||
avatar_url: '', | ||
link_preview: '', | ||
link_preview_url: '', | ||
title: '', | ||
subtitle: '', | ||
published: '', | ||
updated: '', | ||
seo_canonical: '', | ||
seo_description: '', | ||
seo_title: '', | ||
subtitle: '', | ||
title: '' | ||
seo_title: '' | ||
}; | ||
@@ -20,0 +20,0 @@ |
{ | ||
"name": "@malynium/yemi", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Easily create Yemi articles.", | ||
@@ -13,3 +13,4 @@ "keywords": [ | ||
"publishConfig": { | ||
"access": "public" | ||
"access": "public", | ||
"allow-same-version": true | ||
}, | ||
@@ -21,2 +22,9 @@ "repository": { | ||
"author": "Jason Creviston", | ||
"contributors": [ | ||
{ | ||
"name": "Jason Creviston", | ||
"email": "jason@malynium.com", | ||
"url": "https://github.com/crevizzle" | ||
} | ||
], | ||
"license": "MIT", | ||
@@ -23,0 +31,0 @@ "bugs": { |
@@ -1,7 +0,13 @@ | ||
## A cli tool for Yemi blogs | ||
## A cli tool exclusively for blogs built on [Yemi](https://yemi.blog) | ||
### Easily create new articles for your blog | ||
Run `npm install -g @malynium/yemi` inside of your blog's local repo folder. | ||
#### Method 1 - install globally | ||
Then `yemi article <article-name>` and we'll scaffold out your article's markdown file, including Yemi's metadata. | ||
`npm i -g @malynium/yemi` | ||
Then from inside your blog's directory, run `yemi article <article-name>` and we'll scaffold out your article's markdown file, including Yemi's metadata. | ||
#### Method 2 - no install | ||
From inside your blog's directory, `npx @malynium/yemi article <article-name>` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2311
13