add genExample command
This commit is contained in:
parent
0f6997f01b
commit
2ed277dd96
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue