Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/richardlitt/standard-readme-cli

A CLI for standard readme
https://github.com/richardlitt/standard-readme-cli

cli hint hinter lint linter readme standard standard-readme

Last synced: about 13 hours ago
JSON representation

A CLI for standard readme

Awesome Lists containing this project

README

        

# standard-readme-cli

> A CLI tool for linting READMEs according to standard-readme

This is a **Work in Progress**. See [#4](https://github.com/RichardLitt/standard-readme-cli/issues/4).

## Install

```sh
$ npm i -g standard-readme
```

Note: This package has overridden the old [standard-readme](https://github.com/RichardLitt/standard-readme), which is now used only for the spec and has been renamed on npm to `standard-readme-spec`.

## Usage

In a folder with a 'README.md' file:

```sh
$ standard-readme
[]
/Users/richard/src/standard-readme-cli/README.md: no issues found
```

## Maintainers

- [@RichardLitt](https://github.com/RichardLitt)

## Contributing

Please do! Open an issue, or file a PR.

## License

[MIT](LICENSE) © 2017 Richard Littauer