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

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@foss.global/codefeed',
version: '1.6.0',
description: 'a module for creating feeds for code development'
version: '1.6.1',
description: 'The @foss.global/codefeed module is designed for generating feeds from Gitea repositories, enhancing development workflows by processing commit data and repository activities.'
}