Skip to content

Commit e8ce116

Browse files
committed
feat!: rename module to @norbiros/nuxt-auto-form
1 parent 829ffba commit e8ce116

File tree

3 files changed

+14
-18
lines changed

3 files changed

+14
-18
lines changed

README.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# 🧾 Nuxt Auto Form
22

3-
[![pnpm version][pnpm-version-src]][pnpm-version-href]
4-
[![pnpm downloads][pnpm-downloads-src]][pnpm-downloads-href]
3+
[![npm version][npm-version-src]][npm-version-href]
54
[![License][license-src]][license-href]
65
[![Nuxt][nuxt-src]][nuxt-href]
76

@@ -11,8 +10,8 @@ Auto-generate Nuxt UI forms from Zod 4 schemas
1110
> This module is in early development. Many features are missing and the API may change.
1211
1312
- [ Release Notes](/CHANGELOG.md)
14-
- [📖  Documentation](https://nuxt-auto-form.norbiros.dev)
15-
<!-- - [🏀 Online playground](https://stackblitz.com/github/your-org/nuxt-auto-form?file=playground%2Fapp.vue) -->
13+
- [📖 &nbsp;Documentation](https://@norbiros/nuxt-auto-form.norbiros.dev)
14+
<!-- - [🏀 Online playground](https://stackblitz.com/github/your-org/@norbiros/nuxt-auto-form?file=playground%2Fapp.vue) -->
1615

1716
## Features
1817

@@ -27,7 +26,7 @@ Auto-generate Nuxt UI forms from Zod 4 schemas
2726
Install the module to your Nuxt application with one command:
2827

2928
```bash
30-
npx nuxi module add nuxt-auto-form
29+
npx nuxi module add @norbiros/@norbiros/nuxt-auto-form
3130
```
3231

3332
That's it! You can now use Nuxt Auto Form in your Nuxt app ✨
@@ -65,14 +64,11 @@ Made with 💚
6564
Published under the [MIT License](./LICENCE).
6665

6766
<!-- Badges -->
68-
[pnpm-version-src]: https://img.shields.io/pnpm/v/nuxt-auto-form/latest.svg?style=flat&colorA=020420&colorB=00DC82
69-
[pnpm-version-href]: https://pnpmjs.com/package/nuxt-auto-form
67+
[npm-version-src]: https://img.shields.io/npm/v/@norbiros/nuxt-auto-form/latest.svg?style=flat&colorA=18181B&colorB=28CF8D
68+
[npm-version-href]: https://npmjs.com/package/@norbiros/nuxt-auto-form
7069

71-
[pnpm-downloads-src]: https://img.shields.io/pnpm/dm/nuxt-auto-form.svg?style=flat&colorA=020420&colorB=00DC82
72-
[pnpm-downloads-href]: https://pnpm.chart.dev/nuxt-auto-form
70+
[license-src]: https://img.shields.io/npm/l/@norbiros/nuxt-auto-form.svg?style=flat&colorA=18181B&colorB=28CF8D
71+
[license-href]: https://npmjs.com/package/@norbiros/nuxt-auto-form
7372

74-
[license-src]: https://img.shields.io/pnpm/l/nuxt-auto-form.svg?style=flat&colorA=020420&colorB=00DC82
75-
[license-href]: https://pnpmjs.com/package/nuxt-auto-form
76-
77-
[nuxt-src]: https://img.shields.io/badge/Nuxt-020420?logo=nuxt.js
73+
[nuxt-src]: https://img.shields.io/badge/Nuxt-18181B?logo=nuxt.js
7874
[nuxt-href]: https://nuxt.com

docs/content/1.getting-started/2.installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ description: Learn how to install and configure Nuxt Auto Form in your Nuxt appl
1313
::code-group{sync="pm"}
1414

1515
```bash [pnpm]
16-
pnpm add nuxt-auto-form
16+
pnpm add @norbiros/nuxt-auto-form
1717
```
1818

1919
```bash [yarn]
20-
yarn add nuxt-auto-form
20+
yarn add @norbiros/nuxt-auto-form
2121
```
2222

2323
```bash [npm]
24-
npm install nuxt-auto-form
24+
npm install @norbiros/nuxt-auto-form
2525
```
2626

2727
```bash [bun]
28-
bun add nuxt-auto-form
28+
bun add @norbiros/nuxt-auto-form
2929
```
3030

3131
::

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "nuxt-auto-form",
2+
"name": "@norbiros/nuxt-auto-form",
33
"type": "module",
44
"version": "0.0.2",
55
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)