Skip to content

Commit 7e8c745

Browse files
authored
Merge pull request #3 from devforth/next
Next
2 parents 34761ba + a7d8437 commit 7e8c745

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# AdminForth ImportExport 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/import-export"> <img src="https://img.shields.io/npm/dt/@adminforth/import-export" alt="npm downloads" /></a> <a href="https://www.npmjs.com/package/@adminforth/import-export"><img src="https://img.shields.io/npm/v/@adminforth/import-export" alt="npm version" /></a> <a href="https://www.npmjs.com/package/@adminforth/import-export">
4+
5+
Allows to add import/export to csv options to an adminforth table.
6+
7+
## For usage, see [AdminForth ImportExport Documentation](https://adminforth.dev/docs/tutorial/Plugins/import-export/)

package.json

Lines changed: 1 addition & 0 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/import-export/",
78
"scripts": {
89
"build": "tsc && rsync -av --exclude 'node_modules' custom dist/",
910
"prepare": "npm link adminforth"

0 commit comments

Comments
 (0)