You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "copy or move markdown files (supporting wildcard characters) to the destination directory with their attached images on local file paths",
"main": "cpmd.js",
"dependencies": {
"commander": "^2.20.0",
"fs-extra": "^8.0.1",
"glob": "^7.1.4",
"markdown-parser": "0.0.8"
},
"repository": {
"type": "git",
"url": "git://github.com/downgoon/cpmd.git"
},
"keyword": [
"cpmd",
"markdown",
"Typora",
"move markdown"
],
"bin": {
"cpmd": "cpmd.js"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"