Skip to content

Commit

Permalink
Merge branch 'release/1.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
amirhosseinjoyixir committed Aug 30, 2021
2 parents 4cf1579 + e6848d9 commit 05048e8
Showing 1 changed file with 42 additions and 2 deletions.
44 changes: 42 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,42 @@
# utility
Utility package containing Animator, Vector, List etc. extensions to help developers.
# Utility

Utility package containing Animator, Vector, List etc. extensions to help developers

## Features

- Utils static class contains many handy functions and class extentions

## Installation

There are thre ways to use it

### Unitypackage
Go to the releases section and download the .unitypackage file

### PackageManager
##### Scoped Registry
TO add Joyixir scope to NPM scopedregistry, add the following to manifest.json
```json
{
"scopedRegistries": [
{
"name": "npmjs",
"url": "https://registry.npmjs.org/",
"scopes": [
"com.joyixir"
]
}
]
}
```

##### Install the package
Open Window/PackageManager and head to My Registries. Install your desired version of Joyixir/Utility

### Clone the repo
You can just clone the repo and do whatever you like with it. Even to make it better.


## License

MIT

0 comments on commit 05048e8

Please sign in to comment.