nadar/github-markdown-fixer
最新稳定版本:1.0.4
Composer 安装命令:
composer create-project nadar/github-markdown-fixer
包简介
github markdown fixer
关键字:
README 文档
README
This project fixes your Markdown files in order to render them nicely with GitHub and other Renderers.
Currently built in features:
- Replace all tabs with 4 spaces.
- Fixes none breaking spaces problem (github/markup issue problem description).
Usage
Add the nadar/github-markdown-fixer to your project, within the require-dev section:
composer require nadar/github-markdown-fixer --dev
Go into your Terminal an run the Fixer:
./vendor/bin/gmf fix /folder
Options
| argument | description |
|---|---|
| --dry | run command in dry mode, does not change file contents, but display which files would change. |
统计信息
- 总下载量: 19.99k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-05-09
