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

https://github.com/icon-community/template-repository

You can use this repository as a template if you would like
https://github.com/icon-community/template-repository

Last synced: 19 days ago
JSON representation

You can use this repository as a template if you would like

Awesome Lists containing this project

README

        

[![License][license-badge]][license-url]
[![OpenSSF Scorecard][openssf-scorecard-badge]](https://api.securityscorecards.dev/projects/github.com/icon-project/icon-bridge)

# Project title

Briefly describe what your project does.

Table of Contents



  1. Features



  2. Getting started


  3. Usage

  4. Contributing

  5. License

## Features

* List project features here

#### Out of scope

Optional section. Briefly clarify anything that could be considered to be in scope but are not.
If this section is removed, please also be sure to remove it from the table of contents.

## Getting Started

Simple and easy instructions on setting up your project locally.

### Prerequisites

List software prerequisites here in the format of the example below.

* docker
```sh
brew install docker
```

### Installation

List installation steps in the format of the example below.

1. Clone the repo
```sh
git clone https://github.com/icon-project/REPO-NAME.git
```
2. Install project dependencies
```sh
yarn install
```

## Usage

Examples of how the project is intended to be used.

_For more examples, please refer to the [documentation][docs]._

## Contributing

If you want to contribute, be sure to review the [contributing guidelines][contributing].

We use GitHub Issues for tracking requests and bugs, and Github Discussions for general questions and discussion.

The project strives to abide by generally accepted best practices in open-source software development.

## License

Distributed under the PROJECT-LICENSE License. See [LICENSE][license-url] for more information.

[license-badge]: https://img.shields.io/github/license/icon-project/REPO-NAME.svg
[license-url]: ./LICENSE
[openssf-scorecard-badge]: https://api.securityscorecards.dev/projects/github.com/icon-project/REPO-NAME/badge
[docs]: ./docs
[contributing]: ./CONTRIBUTING.md
[report-bug]: https://github.com/icon-project/REPO-NAME/issues/new?assignees=&labels=&template=bug.md&title=
[request-feature]: https://github.com/icon-project/REPO-NAME/issues/new?assignees=&labels=&template=feature.md&title=