From 8110547d839ced8604d253dbd569f31fc086a24b Mon Sep 17 00:00:00 2001 From: Vladimir Sigalkin Date: Thu, 13 Jun 2024 23:42:46 +0300 Subject: [PATCH] chore: update readme --- README.md | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 59 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3146d8e..bb0f205 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,59 @@ -# extApi -Simple Web Api for Unity +# extApi - Simple Http Server for Unity + +Created by [iam1337](https://github.com/iam1337) + +![](https://img.shields.io/badge/unity-2022.1%20or%20later-green.svg) +[![⚙ Build and Release](https://github.com/Iam1337/extApi/actions/workflows/ci.yml/badge.svg)](https://github.com/Iam1337/extApi/actions/workflows/ci.yml) +[![openupm](https://img.shields.io/npm/v/com.iam1337.extapi?label=openupm®istry_uri=https://package.openupm.com)](https://openupm.com/packages/com.iam1337.extapi/) +[![](https://img.shields.io/github/license/iam1337/extApi.svg)](https://github.com/Iam1337/extApi/blob/master/LICENSE) +[![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release) + +### Table of Contents +- [Introduction](#introduction) +- [Installation](#installation) +- [Examples](#examples) +- [Author Contacts](#author-contacts) + +## Introduction +extApi - ... + +### Features: + +## Installation +**Old school** + +Just copy the [Assets/extApi](Assets/extApi) folder into your Assets directory within your Unity project. + +**OpenUPM** + +Via [openupm-cli](https://github.com/openupm/openupm-cli):
+``` +openupm add com.iam1337.extosc +``` + +Or if you don't have it, add the scoped registry to manifest.json with the desired dependency semantic version: +``` +"scopedRegistries": [ + { + "name": "package.openupm.com", + "url": "https://package.openupm.com", + "scopes": [ + "com.iam1337.extapi", + ] + } +], +"dependencies": { + "com.iam1337.extapi": "1.0.0" +} +``` + +## Examples +... + +## Author Contacts +\> [telegram.me/iam1337](http://telegram.me/iam1337)
+\> [ext@iron-wall.org](mailto:ext@iron-wall.org) + +## License +This project is under the MIT License. +