Skip to content

Commit 2e47a83

Browse files
committed
feat: add README and update adminforth dependency to version 2.42.0
1 parent d94f1a7 commit 2e47a83

3 files changed

Lines changed: 39 additions & 7 deletions

File tree

README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# AdminForth Inline Create 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/inline-create"><img src="https://img.shields.io/npm/dm/@adminforth/inline-create" alt="npm downloads" /></a> <a href="https://www.npmjs.com/package/@adminforth/inline-create"><img src="https://img.shields.io/npm/v/@adminforth/inline-create" alt="npm version" /></a>
4+
5+
[![Ask AI](https://tluma.ai/badge)](https://tluma.ai/ask-ai/devforth/adminforth)
6+
7+
Adds inline record creation to AdminForth list views.
8+
9+
## Features
10+
11+
- Create related records without leaving list views.
12+
- Reduce interruptions in connected data workflows.
13+
- Speed up entry of linked records in AdminForth.
14+
- Keep inline creation close to the data being managed.
15+
16+
## Documentation
17+
18+
Full setup and configuration guide:
19+
20+
[AdminForth Inline Create Documentation](https://adminforth.dev/docs/tutorial/Plugins/inline-create/)
21+
22+
## About AdminForth
23+
24+
AdminForth is an open-source, agent-first admin framework for building robust admin panels and back-office applications faster.
25+
26+
## Related links
27+
28+
- [AdminForth website](https://adminforth.dev)
29+
- [npm package](https://www.npmjs.com/package/@adminforth/inline-create)
30+
- [More AdminForth plugins](https://adminforth.dev/docs/tutorial/ListOfPlugins/)
31+
- [Built by DevForth](https://devforth.io)

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"type": "module",
7+
"homepage": "https://adminforth.dev/docs/tutorial/Plugins/inline-create/",
78
"scripts": {
89
"build": "tsc && rsync -av --exclude 'node_modules' custom dist/"
910
},
@@ -22,11 +23,11 @@
2223
"license": "MIT",
2324
"description": "Inline create plugin for adminforth",
2425
"peerDependencies": {
25-
"adminforth": "^2.35.0"
26+
"adminforth": "^2.42.0"
2627
},
2728
"devDependencies": {
2829
"@types/node": "^22.10.7",
29-
"adminforth": "^2.35.0",
30+
"adminforth": "^2.42.0",
3031
"semantic-release": "^24.2.1",
3132
"semantic-release-slack-bot": "^4.0.2",
3233
"typescript": "^5.7.3"

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)