Skip to content

Commit ae19725

Browse files
committed
docs: add readme
1 parent 6d869d1 commit ae19725

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# AdminForth TextComplete Plugin
2+
3+
<img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT" /> <img src="https://woodpecker.devforth.io/api/badges/3848/status.svg" alt="Build Status" /> <a href="https://www.npmjs.com/package/@adminforth/text-complete"> <img src="https://img.shields.io/npm/dt/@adminforth/text-complete" alt="npm downloads" /></a> <a href="https://www.npmjs.com/package/@adminforth/text-complete"><img src="https://img.shields.io/npm/v/@adminforth/text-complete" alt="npm version" /></a> <a href="https://www.npmjs.com/package/@adminforth/text-complete">
4+
5+
Allow to add an auto-complete text and string feature to adminforth fields using OpenAI Chat GPT models.
6+
7+
## For usage, see [AdminForth TextComplete Documentation](https://adminforth.dev/docs/tutorial/Plugins/text-complete/)

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"type": "module",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",
8+
"homepage": "https://adminforth.dev/docs/tutorial/Plugins/text-complete/",
89
"scripts": {
910
"build": "tsc && rsync -av --exclude 'node_modules' custom dist/",
1011
"prepare": "npm link adminforth"

0 commit comments

Comments
 (0)