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

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

a sample readme
https://github.com/wayou/readme-template

readme template

Last synced: 3 months ago
JSON representation

a sample readme

Awesome Lists containing this project

README

          




Markdownify


PROJECT NAME


sub title goes here.



Gitter









Key Features
Getting Started
Installing
Usage
Contributing
License

![screenshot](https://dummyimage.com/1024x576/ffffff/aaaaaa&text=screenshot)

## Key Features

* feature one
* feature two
- detail of feature two
- detail of feature two
* feature three

## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

## Installing

npm:
```sh
$ npm i
```

yarn:
```sh
yarn add
```

## Usage

Import this to your project.

```js
import React from "react";

type Props = {
msg: string;
};

export function MyComponent({ msg }: Props) {
return (


{`Some sample code`}
{msg}

);
}
```

## Contributing

Please read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426) for details on our code of conduct, and the process for submitting pull requests to us.

## License

[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fwayou%2Freadme-template.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fwayou%2Freadme-template?ref=badge_large)