https://github.com/javanile/readme.sh
https://github.com/javanile/readme.sh
bash
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/javanile/readme.sh
- Owner: javanile
- License: mit
- Created: 2020-05-25T20:05:22.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-18T23:04:42.000Z (about 4 years ago)
- Last Synced: 2025-02-04T16:50:36.934Z (5 months ago)
- Topics: bash
- Language: Makefile
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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