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

https://github.com/redeagleap/readme-template

This is a small template README.md file for your projects!
https://github.com/redeagleap/readme-template

documentation markdown readme

Last synced: 5 days ago
JSON representation

This is a small template README.md file for your projects!

Awesome Lists containing this project

README

          


Logo




npm version


License



Readme Template



This is a small template README.md file for your projects!


TEMPLATE.md

## Table of Contents

- [Intro](#intro)
- [Getting started](#getting-started)
- [Features](#features)
- [Usefull links](#usefull-links)
- [License](#license)
- [Author](#author)

## Intro

Writing the Readme is an integral part of writing a good program. Until you can put your thought in writing, you still can’t start writing code.

There must be a middle ground between the piles of technical specification papers and its absence, as such. And in fact it is. This golden mean is an inconspicuous and modest Readme file.

Consider the process of writing the Readme file for your project as a true act of creation. This is exactly the place where all your brilliant ideas should be expressed.

## Getting started

### Npm&Yarn install:

```bash
#Nostalgic
$ npm install @redeagle/readme-template

#Hipster
$ yarn add @redeagle/readme-template
```

### Clone the repo:

Clone the repo to get all source files as they are available on Github:

```bash
$ git clone https://github.com/redeagleap/readme-template.git

$ cd readme-template/
```

[⇧ back to top](#contents)

## Features

For the header of our `README.md`, we will use HTML markup to centralize the information. Like this:


header

These tags are used to better navigate the file:


header anchor



bac to top link

[⇧ back to top](#contents)

## Usefull links

For the badges:

- [Badge.fury.io](https://badge.fury.io/)
- [Shields.io](https://shields.io/#/)

For markdown:

- [StackEdit](https://stackedit.io/app#)
- [MarkdownGuide](https://www.markdownguide.org/)

For Github:

- [gitmoji](https://gitmoji.carloscuesta.me/)
- [Github Octodex](https://octodex.github.com/)

For create awesome code pictures for your docs:

- [Carbon](https://carbon.now.sh/)

Like this:


carbon example

[⇧ back to top](#contents)

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

[⇧ back to top](#contents)

## Author

```txt
Readme Template made with love.
---------------------------------------
Author : Alexander Prisyazhnyuk

Email : insightinyourmind@gmail.com

Github : https://github.com/redeagleap/readme-template.git
```

[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)

[⇧ back to top](#contents)