{"id":20020652,"url":"https://github.com/netcentric/eddys-collection","last_synced_at":"2025-08-15T20:42:06.624Z","repository":{"id":225965318,"uuid":"759876786","full_name":"Netcentric/eddys-collection","owner":"Netcentric","description":null,"archived":false,"fork":false,"pushed_at":"2024-03-21T01:02:34.000Z","size":371,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-07-11T23:42:55.027Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Netcentric.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"docs/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-02-19T14:03:16.000Z","updated_at":"2025-05-13T22:38:16.000Z","dependencies_parsed_at":"2024-03-05T08:27:22.165Z","dependency_job_id":"7386dcf5-e8ab-4ddc-9ea9-a010dea64693","html_url":"https://github.com/Netcentric/eddys-collection","commit_stats":null,"previous_names":["netcentric/eddys-collection"],"tags_count":25,"template":false,"template_full_name":null,"purl":"pkg:github/Netcentric/eddys-collection","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Netcentric%2Feddys-collection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Netcentric%2Feddys-collection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Netcentric%2Feddys-collection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Netcentric%2Feddys-collection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Netcentric","download_url":"https://codeload.github.com/Netcentric/eddys-collection/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Netcentric%2Feddys-collection/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265793120,"owners_count":23829170,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T08:33:29.127Z","updated_at":"2025-07-19T02:33:13.891Z","avatar_url":"https://github.com/Netcentric.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Adobe Experience Manager - Edge Delivery Services - Extension Collection\n\n[![Version](https://img.shields.io/npm/v/@netcentric/eddys-video.svg)](https://npmjs.org/package/@netcentric/eddys-video)\n[![Build Status](https://github.com/netcentric/eddys-video/workflows/CI/badge.svg?branch=main)](https://github.com/netcentric/eddys-video/actions)\n[![CodeQL Analysis](https://github.com/netcentric/eddys-video/workflows/CodeQL/badge.svg?branch=main)](https://github.com/netcentric/eddys-video/actions)\n[![semver: semantic-release](https://img.shields.io/badge/semver-semantic--release-blue.svg)](https://github.com/semantic-release/semantic-release)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\nThis repository provides a set of extensions and documents best practises for projects based on the [AEM Boilderplate](https://github.com/adobe/aem-boilerplate).\n\nThe repository structure follows the [monorepo](https://en.wikipedia.org/wiki/Monorepo) approach, meaning it contains multiple sub-modules. All of those sub-modules aim to be usable standalone. Using them in your project should be a \"choose and cherry-pick\" rather than an all or nothing.\n\nFor demo purposes most of the modules are installed on https://github.com/netcentric/genom.\n\n## Installation\n\nAs mentioned above each sub-module can be installed standalone but there is also a wrapper module to install all at once. Installation follows always the same approach documented in [TODO](TODO):\n\nIn your own AEM project repository directory run\n\n`npm i @netcentric/eddys-\u003cmodule\u003e`\n\nThe dependency will be downloaded and depending on its install script typically create a `/libs` folder containing all the necessary scripts to use it. Some modules have some additional instructions about manuel integration steps. For these please refer to the documentation of the individual modules.\n\n## Modules\n\n- [WebComponents / CustomElements](https://github.com/Netcentric/eddys-collection/tree/main/packages/scripts/eddys-custom-element)\n- [SPA Router](https://github.com/Netcentric/eddys-collection/tree/main/packages/scripts/router)\n- [Blocks](https://github.com/Netcentric/eddys-collection/tree/main/packages/blocks)\n  - [Advanced Forms](https://github.com/Netcentric/eddys-collection/tree/main/packages/blocks/eddys-form)\n\n## Best Practises \u0026 Examples\n\n- [Dependency installation and updates](https://github.com/Netcentric/eddys-collection/tree/main/packages)\n- [Extendable Blocks](https://github.com/Netcentric/eddys-collection/tree/main/packages/blocks)\n- [SPA integration]([TODO](https://github.com/Netcentric/eddys-collection/tree/main/packages/scripts/router))\n- [Closed User Groups and Permissions](https://github.com/Netcentric/envelop) (separate repository)\n\n## Contribution\n\n### Workflows\n  - CI --\u003e npm ci, test and build\n  - CodeQL --\u003e Perform CodeQL Analysis (Security, etc.)\n  - Release --\u003e semantic-release:\n    * Creates release notes\n    * Updates CHANGELOG\n    * Updates package.json version\n    * Creates Git tag/release\n    * Publish package to NPM\n  - Manual Release --\u003e same as Release, but can be triggered manually in Actions tab\n\n### Release\n  - based on Angular Commit Message Conventions in commits -\n    https://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit-message-header\n  - Commit message format is used to build:\n    * Release notes\n    * Changelog updates\n    * NPM package semver\n\n### Commit message Convention\n\n```\n\u003ctype\u003e(\u003cscope\u003e): \u003cshort summary\u003e\n│       │             │\n│       │             └─⫸ Summary in present tense. Not capitalized. No period at the end.\n│       │\n│       └─⫸ Commit Scope (optional): project|based|list\n│\n└─⫸ Commit Type: build|ci|docs|feat|fix|perf|refactor|test\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetcentric%2Feddys-collection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetcentric%2Feddys-collection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetcentric%2Feddys-collection/lists"}