fix(docs): Updated project metadata and expanded documentation for installation and usage.

This commit is contained in:
2024-12-14 01:32:22 +01:00
parent 3a498c00ee
commit ac1f398422
5 changed files with 164 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
"name": "@foss.global/codefeed",
"version": "1.6.0",
"private": false,
"description": "a module for creating feeds for code development",
"description": "The @foss.global/codefeed module is designed for generating feeds from Gitea repositories, enhancing development workflows by processing commit data and repository activities.",
"exports": {
".": "./dist_ts/index.js",
"./interfaces": "./dist_ts/interfaces/index.js"
@@ -48,5 +48,18 @@
"cli.js",
"npmextra.json",
"readme.md"
],
"keywords": [
"codefeed",
"Gitea",
"commits",
"changelog",
"repository",
"development tools",
"npm",
"module",
"code analysis",
"activity feed",
"version control"
]
}
}