fix(docs): Updated project metadata and expanded documentation for installation and usage.
This commit is contained in:
17
package.json
17
package.json
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user