# mrd **Repository Path**: maodeboy/mrd ## Basic Information - **Project Name**: mrd - **Description**: 命令行工具 —— 可以根据模板文件快速创建github博客文件。 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-07-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mrd 命令行工具,根据模版快速创建github博客文件。 ``` bash $ mrd -h Usage: mrd [title] [tag1 tag2 ……] Options: -f, --from template path [string] [default: "D:/GitHubRepo/Blog/post_tpl/A-mrd-temp.md"] -t, --to generate path [string] [default: "D:/GitHubRepo/Blog/source/_posts"] -h, --help Show help [boolean] Examples: $ mrd test 根据默认模板在默认路径下创建test.md copyright 2017 ```