All Projects β†’ RichardLitt β†’ Standard Readme

RichardLitt / Standard Readme

Licence: mit
A standard style for README files

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Standard Readme

The Documentation Compendium
πŸ“’ Various README templates & tips on writing high-quality documentation that people want to read.
Stars: ✭ 4,306 (-2.4%)
Mutual labels:  documentation, docs, readme, readme-standard
Generator Standard Readme
Scaffold out a Standard Readme
Stars: ✭ 150 (-96.6%)
Mutual labels:  standard, documentation, readme
Feedmereadmes
Free README editing+feedback to make your open-source projects grow. See the README maturity model to help you keep going.
Stars: ✭ 1,064 (-75.88%)
Mutual labels:  documentation, docs, readme
readme-generator
πŸ“¦πŸ“ Personal generator to simply create cool and efficients README.md
Stars: ✭ 32 (-99.27%)
Mutual labels:  readme, readme-standard
Website
Yarn package manager website
Stars: ✭ 374 (-91.52%)
Mutual labels:  documentation, docs
rdme
ReadMe's official CLI and GitHub Action
Stars: ✭ 44 (-99%)
Mutual labels:  readme, docs
Press
Minimalist Markdown Publishing for Nuxt.js
Stars: ✭ 181 (-95.9%)
Mutual labels:  documentation, docs
Openmicroservices.org
NOT MAINTAINED https://medium.com/@iopeak/open-microservices-specification-1abd8262ad0e
Stars: ✭ 383 (-91.32%)
Mutual labels:  standard, documentation
standard-repository
πŸš€ Standard Repository Template
Stars: ✭ 46 (-98.96%)
Mutual labels:  readme, standard
Preact Www
πŸ“– Preact documentation website.
Stars: ✭ 272 (-93.83%)
Mutual labels:  documentation, docs
Codedoc
Create beautiful modern documentation websites.
Stars: ✭ 307 (-93.04%)
Mutual labels:  documentation, docs
Gitdocs
Easy to use, SEO-friendly, beautiful documentation that lives in your git repo.
Stars: ✭ 252 (-94.29%)
Mutual labels:  documentation, docs
Emu Docs
Emulator documentation archive
Stars: ✭ 222 (-94.97%)
Mutual labels:  documentation, docs
Registry
npm registry documentation
Stars: ✭ 202 (-95.42%)
Mutual labels:  documentation, docs
Docma
A powerful tool to easily generate beautiful HTML documentation from JavaScript (JSDoc), Markdown and HTML files.
Stars: ✭ 287 (-93.5%)
Mutual labels:  documentation, docs
Cordova Docs
Apache Cordova Documentation
Stars: ✭ 315 (-92.86%)
Mutual labels:  documentation, docs
Doc
πŸ¦‹ Raku documentation (tools and docs)
Stars: ✭ 259 (-94.13%)
Mutual labels:  documentation, docs
Readme
πŸ‘‹ - The documentation for being an Artsy Engineer
Stars: ✭ 380 (-91.39%)
Mutual labels:  documentation, docs
Sentry Docs
The new place for the sentry documentation (and tools to build it)
Stars: ✭ 160 (-96.37%)
Mutual labels:  documentation, docs
Webpack.js.org
Repository for webpack documentation and more!
Stars: ✭ 2,049 (-53.56%)
Mutual labels:  documentation, docs

Standard Readme

standard-readme compliant

A standard style for README files

Your README file is normally the first entry point to your code. It should tell people why they should use your module, how they can install it, and how they can use it. Standardizing how you write your README makes creating and maintaining your READMEs easier. Great documentation takes work!

This repository contains:

  1. The specification for how a standard README should look.
  2. A link to a linter you can use to keep your README maintained (work in progress).
  3. A link to a generator you can use to create standard READMEs.
  4. A badge to point to this spec.
  5. Examples of standard READMEs - such as this file you are reading.

Standard Readme is designed for open source libraries. Although it’s historically made for Node and npm projects, it also applies to libraries in other languages and package managers.

Table of Contents

Background

Standard Readme started with the issue originally posed by @maxogden over at feross/standard in this issue, about whether or not a tool to standardize readmes would be useful. A lot of that discussion ended up in zcei's standard-readme repository. While working on maintaining the IPFS repositories, I needed a way to standardize Readmes across that organization. This specification started as a result of that.

Your documentation is complete when someone can use your module without ever having to look at its code. This is very important. This makes it possible for you to separate your module's documented interface from its internal implementation (guts). This is good because it means that you are free to change the module's internals as long as the interface remains the same.

Remember: the documentation, not the code, defines what a module does.

~ Ken Williams, Perl Hackers

Writing READMEs is way too hard, and keeping them maintained is difficult. By offloading this process - making writing easier, making editing easier, making it clear whether or not an edit is up to spec or not - you can spend less time worrying about whether or not your initial documentation is good, and spend more time writing and using code.

By having a standard, users can spend less time searching for the information they want. They can also build tools to gather search terms from descriptions, to automatically run example code, to check licensing, and so on.

The goals for this repository are:

  1. A well defined specification. This can be found in the Spec document. It is a constant work in progress; please open issues to discuss changes.
  2. An example README. This Readme is fully standard-readme compliant, and there are more examples in the example-readmes folder.
  3. A linter that can be used to look at errors in a given Readme. Please refer to the tracking issue.
  4. A generator that can be used to quickly scaffold out new READMEs. See generator-standard-readme.
  5. A compliant badge for users. See the badge.

Install

This project uses node and npm. Go check them out if you don't have them locally installed.

$ npm install --global standard-readme-spec

Usage

This is only a documentation package. You can print out spec.md to your console:

$ standard-readme-spec
# Prints out the standard-readme spec

Generator

To use the generator, look at generator-standard-readme. There is a global executable to run the generator in that package, aliased as standard-readme.

Badge

If your README is compliant with Standard-Readme and you're on GitHub, it would be great if you could add the badge. This allows people to link back to this Spec, and helps adoption of the README. The badge is not required.

standard-readme compliant

To add in Markdown format, use this code:

[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)

Example Readmes

To see how the specification has been applied, see the example-readmes.

Related Efforts

Maintainers

@RichardLitt.

Contributing

Feel free to dive in! Open an issue or submit PRs.

Standard Readme follows the Contributor Covenant Code of Conduct.

Contributors

This project exists thanks to all the people who contribute.

License

MIT Β© Richard Littauer

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].