From 2ed277dd96a1adcc98f40532e1ede41917d2c552 Mon Sep 17 00:00:00 2001 From: almenon Date: Mon, 23 Dec 2019 22:54:56 -0800 Subject: [PATCH] add genExample command --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 3ff17be..932c337 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "main": "index.js", "scripts": { "convert": "node index.js", - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "genExample": "npm run convert https://medium.com/@almenon214/keeping-yourself-motivated-as-a-coder-a16a6fcf49c7 > examples/exampleOutput.md" }, "author": "SkillFlow, Inc.", "license": "MIT",