Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@malynium/yemi

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@malynium/yemi - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

10

lib/article.js
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>`
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc