Skip to content

Commit

Permalink
Adding usage, related links and license in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
igorshubovych committed Jan 19, 2016
1 parent ab72983 commit 6e4901a
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion README.md
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

0 comments on commit 6e4901a

Please sign in to comment.