add genExample command

This commit is contained in:
almenon 2019-12-23 22:54:56 -08:00
parent 0f6997f01b
commit 2ed277dd96
1 changed files with 2 additions and 1 deletions

View File

@ -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",