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

https://github.com/javanile/readme.sh


https://github.com/javanile/readme.sh

bash

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

        

# Readme Standard

This repository maintains all script to validate
Readme files standard of all Javanile projects

## Usage

```bash
curl -sL https://javanile.org/readme-standard/check.sh | bash -
```

## Install

Nothing to install

## Acknowledgments

Nothing to know about

## Testing

Nothing to test

## See Also

- [`markdownlint`](https://github.com/markdownlint/markdownlint)
- [`noffle/common-readme`](https://github.com/noffle/common-readme)

## License

MIT

## Contributing

1. Fork it
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create new Pull Request