Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3aee3a0

Browse filesBrowse files
committed
fix(meta): add readme
1 parent 9c1937a commit 3aee3a0
Copy full SHA for 3aee3a0

File tree

2 files changed

+10
-0
lines changed
Filter options

2 files changed

+10
-0
lines changed

‎README.md

Copy file name to clipboard
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
Ussage guide and documentation: https://adminforth.dev/docs/tutorial/Plugins/upload/

‎package.json

Copy file name to clipboardExpand all lines: package.json
+8Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "Plugin for uploading files for adminforth",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
7+
"homepage": "https://adminforth.dev/docs/tutorial/Plugins/upload/",
78
"repository": {
89
"type": "git",
910
"url": "https://github.com/devforth/adminforth-upload.git"
@@ -19,6 +20,13 @@
1920
"@aws-sdk/client-s3": "^3.629.0",
2021
"@aws-sdk/s3-request-presigner": "^3.629.0"
2122
},
23+
"keywords": [
24+
"adminforth",
25+
"upload",
26+
"plugin",
27+
"s3-upload",
28+
"aws-s3"
29+
],
2230
"release": {
2331
"plugins": [
2432
"@semantic-release/commit-analyzer",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.