code_to_markdown
v0.0.8
Published
将code转化成markdown文档
Downloads
3
Readme
根据代码生成markdown
开发中,暂时只支持css
npm install code_to_markdown
then use this commendor:
ctm [filename] -out [output filename,只需指定不带后缀的文件名即可]
例如 cd atom-css; ctm atom.css -out readme
示例:[https://github.com/xinyu198736/css-atom]