-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding usage, related links and license in README.md
- Loading branch information
1 parent
ab72983
commit 6e4901a
Showing
1 changed file
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,27 @@ | ||
# markdownlint-cli [![Build Status](https://travis-ci.org/igorshubovych/markdownlint-cli.svg?branch=master)](https://travis-ci.org/igorshubovych/markdownlint-cli) | ||
|
||
> Command Line Interface for [MarkdownLint](https://github.com/DavidAnson/markdownlint) | ||
> Command Line Interface for [MarkdownLint](https://github.com/DavidAnson/markdownlint) | ||
## Usage | ||
|
||
``` | ||
$ markdownlint --help | ||
Usage: markdownlint [options] <files> | ||
MarkdownLint Command Line Interface | ||
Options: | ||
-h, --help output usage information | ||
-V, --version output the version number | ||
-c, --config [configFile] Configuration file | ||
``` | ||
|
||
## Related | ||
|
||
- [markdownlint](https://github.com/DavidAnson/markdownlint) - API for this module | ||
|
||
## License | ||
|
||
MIT © Igor Shubovych |