Ecosyste.ms: Awesome

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

https://github.com/M4cs/Pretty-Readme

🎃 HACKTOBERFEST 2020 👻: A community collection of Readme tools and badges to make your profile/repos more attractive.
https://github.com/M4cs/Pretty-Readme

community-project hacktoberfest hacktoberfest2020 index

Last synced: 26 days ago
JSON representation

🎃 HACKTOBERFEST 2020 👻: A community collection of Readme tools and badges to make your profile/repos more attractive.

Lists

README

        








A community collection of README tools and badges to make your profile/repos more attractive.

## Table of Contents

#### I. [Table of Contents](https://github.com/M4cs/Pretty-Readme/)
#### II. [What is this?](https://github.com/M4cs/Pretty-Readme#what-is-this)
#### III. [**What is a Profile README?**](https://github.com/M4cs/Pretty-Readme#what-is-a-profile-readme)
#### IV. [**What Makes a Good README?**](https://github.com/M4cs/Pretty-Readme#what-makes-a-good-readme)
1. [**Logos**](https://github.com/M4cs/Pretty-Readme#logos)
2. [**Formatting**](https://github.com/M4cs/Pretty-Readme#formatting)
3. [**Images**](https://github.com/M4cs/Pretty-Readme#images)
#### V. [**Resources**](https://github.com/M4cs/Pretty-Readme#resources)
1. [**Badges**](https://github.com/M4cs/Pretty-Readme#badges)
2. [**Widgets**](https://github.com/M4cs/Pretty-Readme#widgets)
3. [**Open Source Repos**](https://github.com/M4cs/Pretty-Readme#open-source-repos)

# What is this?

A better looking README on your repositories bring more attention to it and make it look more professional. The goal of this repository is to share tools and websites that allow you to make your READMEs look a lot better.

# What is a Profile README?

GitHub now allows you to make a README for your profile! All you have to do is make a repo with your Username. So if your GitHub username is JohnSmith123 you'd make a repo called JohnSmith123. Once you go to that repo you can see in the top right corner a little display like so:

Click share to profile to have a README displayed when people go to your homepage! You can customize this README with resources from this repo or whatever you'd like!

Find some inspiration here, a curated list of awesome profile READMEs: https://github.com/abhisheknaiidu/awesome-github-profile-readme

# What Makes a Good README?

A well made README catches the eye of the visitor. Attractive images and information about the repo looks a lot better than plain text. An eye catching logo at the top of your README is a great start. Utilizing badges and informative images about the project is a great way to make the README even cleaner. Examples are extremely important to show off your README's features and give users a preview before they get started.

### Logos

A clean logo for your README is a great start to make your repository look professional. You can make logos with Photoshop, Gimp, or any other Image Processing Software. For GitHub READMEs you are able to utilize HTML formatting using the `align` tag. Below you can find examples of different ways to line up your logo in Formatting.

### Formatting

Clean formatting is key to any good README. If you can utilize a clean format of sections in your README you're guaranteed to make it look good. A good format to follow is a header/logo to do with your project, followed by any badges below that. After you should have an informative section with a paragraph speaking about the project and what it does or tries to acheive. Then an installation/usage section if it's a tool or something to download. Followed by an FAQ and Credits/Contributing section. You can also make a Wiki with GitHub and put most of the information there.

**Aligning Images:**

**Left Alignment** - This is the default alignment

```html
logo
```

**Center Alignment** - Center your image

```html
logo
```

**Right Alignment** - This may cause formatting issues if you do inside of a text block.

```html
logo
```

### Images

Detailed images in a repo help show people passing by what it does and what it looks like. A clean screenshot unobstructed by any other windows apart from those to do with the application is a great way to catch eyes. Make sure its legible and easy to make out what's going on.

You can even embed a `gif` the same way you'd do an Image. This allows you to show some features of your project without needing to link to Youtube or another video sharing site.

You can use Imgur, Dropbox, or even GitHub itself to host your images. In a `.github` folder or `images` folder on your repo, you can add images to link to in your README and GitHub will host+cache them for you!

# Resources

Below you can find links and examples of different README tools and badges.

### Badges

- [**Shields.io**](https://shields.io/) - An extremely popular badge service for markdown and HTML. You can even make custom ones with their Shield builder.
- [**Badge Examples w/ Shields.io**](https://github.com/Naereen/badges) - Naereen/badges repository to help you make your own custom badges.
- [**Badge collection by tterb**](https://gist.github.com/tterb/982ae14a9307b80117dbf49f624ce0e8) - Tterb badges repo with a collection of common badges.

### Widgets

[**Github-NP**](https://github.com/M4cs/github-np)

Display your Spotify now Playing in your GitHub Profile README!


[**Github Readme Stats**](https://github.com/anuraghazra/github-readme-stats)

âš¡ Dynamically generated stats for your github readmes


[**waka-readme**](https://github.com/athul/waka-readme)

Display Wakatime metrics inside of a README


[**hall-of-fame**](https://github.com/sourcerer-io/hall-of-fame)

It automatically highlights your new, trending, and top contributors, and updates every hour.


[**weather-readme-widget**](https://github.com/saumiko/weather-readme-widget)

It will display the recent weather report with a cool widget.


[**YouTube Stats Card**](https://github.com/Dhyeythumar/youtube-stats-card)

🚀 Dynamic YouTube Stats Card for your github readmes & websites.

| Channel Stats Card | Video Stats Card |
|:------------------:|:----------------:|
|||

### Open Source Repos

- [awesome-github-profile-readme](https://github.com/abhisheknaiidu/awesome-github-profile-readme) - A collection of awesome GitHub READMEs
- [readme-md-generator](https://github.com/kefranabg/readme-md-generator) - CLI to generate README.md from environment details
- [Profile README Generator](https://github.com/rahuldkjain/github-profile-readme-generator) - Web based github profile README generator

# Contributing

If you'd like to contribute, feel free making a Pull Request with your changes. If you'd like to read more about how you can contribute, refer to [CONTRIBUTING.md](https://github.com/M4cs/Pretty-Readme/blob/master/CONTRIBUTING.md).