|
1 | 1 | [](https://badge.fury.io/js/orval)
|
2 | 2 | [](https://opensource.org/licenses/MIT)
|
3 |
| -[](https://github.com/anymaniax/orval/actions/workflows/tests.yaml) |
| 3 | +[](https://github.com/orval-labs/orval/actions/workflows/tests.yaml) |
4 | 4 | [](https://snyk.io/advisor/npm-package/orval)
|
5 | 5 |
|
6 | 6 | <p align="center">
|
|
22 | 22 |
|
23 | 23 | You can find below some samples:
|
24 | 24 |
|
25 |
| -- [react app](https://github.com/anymaniax/orval/tree/master/samples/react-app) |
26 |
| -- [react query](https://github.com/anymaniax/orval/tree/master/samples/react-query) |
27 |
| -- [svelte query](https://github.com/anymaniax/orval/tree/master/samples/svelte-query) |
28 |
| -- [vue query](https://github.com/anymaniax/orval/tree/master/samples/vue-query) |
29 |
| -- [react app with swr](https://github.com/anymaniax/orval/tree/master/samples/react-app-with-swr) |
30 |
| -- [angular app](https://github.com/anymaniax/orval/tree/master/samples/angular-app) |
31 |
| -- [hono](https://github.com/anymaniax/orval/tree/master/samples/hono) |
32 |
| -- [next app with fetch](https://github.com/anymaniax/orval/tree/master/samples/next-app-with-fetch) |
| 25 | +- [react app](https://github.com/orval-labs/orval/tree/master/samples/react-app) |
| 26 | +- [react query](https://github.com/orval-labs/orval/tree/master/samples/react-query) |
| 27 | +- [svelte query](https://github.com/orval-labs/orval/tree/master/samples/svelte-query) |
| 28 | +- [vue query](https://github.com/orval-labs/orval/tree/master/samples/vue-query) |
| 29 | +- [react app with swr](https://github.com/orval-labs/orval/tree/master/samples/react-app-with-swr) |
| 30 | +- [angular app](https://github.com/orval-labs/orval/tree/master/samples/angular-app) |
| 31 | +- [hono](https://github.com/orval-labs/orval/tree/master/samples/hono) |
| 32 | +- [next app with fetch](https://github.com/orval-labs/orval/tree/master/samples/next-app-with-fetch) |
33 | 33 |
|
34 | 34 | ### Playground
|
35 | 35 |
|
36 | 36 | Try Orval out for yourself using our [Playgound](https://orval.dev/playground) application!
|
37 | 37 |
|
38 | 38 | ## Star History
|
39 | 39 |
|
40 |
| -<a href="https://star-history.com/#anymaniax/orval&Date"> |
| 40 | +<a href="https://star-history.com/#orval-labs/orval&Date"> |
41 | 41 | <picture>
|
42 |
| - <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=anymaniax/orval&type=Date&theme=dark" /> |
43 |
| - <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=anymaniax/orval&type=Date" /> |
44 |
| - <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=anymaniax/orval&type=Date" /> |
| 42 | + <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=orval-labs/orval&type=Date&theme=dark" /> |
| 43 | + <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=orval-labs/orval&type=Date" /> |
| 44 | + <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=orval-labs/orval&type=Date" /> |
45 | 45 | </picture>
|
46 | 46 | </a>
|
47 | 47 |
|
48 | 48 | ### All Thanks To Our Contributors:
|
49 | 49 |
|
50 |
| -<a href="https://github.com/anymaniax/orval/graphs/contributors"> |
| 50 | +<a href="https://github.com/orval-labs/orval/graphs/contributors"> |
51 | 51 | <img src="https://contrib.rocks/image?repo=anymaniax/orval" />
|
52 | 52 | </a>
|
0 commit comments