diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..22dde94 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,3 @@ +# These are supported funding model platforms + +ko_fi: anyshape diff --git a/README.md b/README.md index c4fcd06..b3b45fb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # nuxt-apex +[![ci](https://github.com/any-shape/nuxt-apex/actions/workflows/ci.yml/badge.svg?branch=dev)](https://github.com/any-shape/nuxt-apex/actions/workflows/ci.yml) +![size](https://img.shields.io/npm/unpacked-size/nuxt-apex) +![GitHub package.json dev/peer/optional dependency version (branch)](https://img.shields.io/github/package-json/dependency-version/any-shape/nuxt-apex/dev/nuxt/main) +![GitHub License](https://img.shields.io/github/license/any-shape/nuxt-apex) + An advanced Nuxt 3/4 module that automatically generates fully-typed API composables for all your server endpoints. ## Motivation diff --git a/package.json b/package.json index 9502dec..6e5f1db 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,12 @@ "nuxt-api", "nuxt-server" ], + "funding": [ + { + "type": "ko-fi", + "url": "https://ko-fi.com/anyshape" + } + ], "type": "module", "exports": { ".": {