mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 18:51:03 +01:00
3fa022738b
after the quick start details, so it is visible always Former-commit-id: 0c13135a01c2b883aa4a9629a507aaf622d22ade
59 lines
2.6 KiB
Markdown
59 lines
2.6 KiB
Markdown
# FAQ
|
|
|
|
## [![iris](https://img.shields.io/badge/iris-powered-2196f3.svg?style=for-the-badge)](https://github.com/kataras/iris)
|
|
|
|
Add a `badge` to your open-source projects powered by [Iris](https://iris-go.com) by pasting the below code snippet to the project repo's README.md:
|
|
|
|
```md
|
|
[![iris](https://img.shields.io/badge/iris-powered-2196f3.svg?style=for-the-badge)](https://github.com/kataras/iris)
|
|
```
|
|
|
|
> The badge is optionally, of course, it is just a simple and fast way to support Iris. The badge is work of a third-party, taken from https://github.com/blob-go/blob-go which was published by our friend @clover113 and we loved it🧡
|
|
|
|
## Editors & IDEs Extensions
|
|
|
|
### Visual Studio Code <a href="https://marketplace.visualstudio.com/items?itemName=kataras2006.iris"><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/2d/Visual_Studio_Code_1.18_icon.svg/2000px-Visual_Studio_Code_1.18_icon.svg.png" height="20px" width="20px" /></a>
|
|
|
|
<https://marketplace.visualstudio.com/items?itemName=kataras2006.iris>
|
|
|
|
> Please feel free to list your own Iris extension(s) here by [PR](https://github.com/kataras/iris/pulls)
|
|
|
|
## How to upgrade
|
|
|
|
```sh
|
|
go get -u github.com/kataras/iris/v12@latest
|
|
```
|
|
|
|
Go version 1.13 and above is required.
|
|
|
|
## Learning
|
|
|
|
More than 100 practical examples, tutorials and articles at:
|
|
|
|
- https://iris-go.com/start
|
|
- https://bit.ly/iris-req-book
|
|
- https://github.com/kataras/iris/wiki/Starter-kits
|
|
- https://github.com/kataras/iris/tree/master/_examples
|
|
- https://pkg.go.dev/github.com/kataras/iris/v12@v12.2.0
|
|
|
|
## Active development mode
|
|
|
|
Iris may have reached version 12, but we're not stopping there. We have many feature ideas on our board that we're anxious to add and other innovative web development solutions that we're planning to build into Iris.
|
|
|
|
## Can I find a job if I learn how to use Iris?
|
|
|
|
Yes, not only because you will learn Golang in the same time, but there are some positions
|
|
open for Iris-specific developers the time we speak.
|
|
|
|
Go to our facebook page, like it and receive notifications about new job offers, we already have couple of them stay at the top of the page: https://www.facebook.com/iris.framework
|
|
|
|
## Do we have a Community chat?
|
|
|
|
Yes, https://chat.iris-go.com
|
|
|
|
## How is the development of Iris economically supported?
|
|
|
|
By people like you, who help us by donating small or large amounts of money.
|
|
|
|
Help this project deliver awesome and unique features with the highest possible code quality by donating any amount via [PayPal](https://iris-go.com/donate). Your name will be published [here](https://iris-go.com) after your approval via e-mail.
|