{"id":24258567,"url":"https://github.com/studiohyperdrive/hyperdrive-opensource","last_synced_at":"2025-09-23T20:31:06.030Z","repository":{"id":45234104,"uuid":"347882658","full_name":"studiohyperdrive/hyperdrive-opensource","owner":"studiohyperdrive","description":"A mono-repo existing of all open source package of Studio Hyperdrive","archived":false,"fork":false,"pushed_at":"2025-01-10T08:01:14.000Z","size":4948,"stargazers_count":10,"open_issues_count":33,"forks_count":0,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-01-10T08:32:21.695Z","etag":null,"topics":["angular","express","javascript","nodejs","pagination","rxjs","table","typescript","wai-aria"],"latest_commit_sha":null,"homepage":"https://open-source.studiohyperdrive.be/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/studiohyperdrive.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-15T07:58:43.000Z","updated_at":"2025-01-10T08:00:58.000Z","dependencies_parsed_at":"2024-03-25T09:32:46.819Z","dependency_job_id":"2742f10b-4020-4906-90b4-8a37cfda5083","html_url":"https://github.com/studiohyperdrive/hyperdrive-opensource","commit_stats":null,"previous_names":["studiohyperdrive/hyperdrive-opensource"],"tags_count":172,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/studiohyperdrive%2Fhyperdrive-opensource","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/studiohyperdrive%2Fhyperdrive-opensource/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/studiohyperdrive%2Fhyperdrive-opensource/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/studiohyperdrive%2Fhyperdrive-opensource/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/studiohyperdrive","download_url":"https://codeload.github.com/studiohyperdrive/hyperdrive-opensource/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233995135,"owners_count":18762993,"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":["angular","express","javascript","nodejs","pagination","rxjs","table","typescript","wai-aria"],"created_at":"2025-01-15T05:39:38.268Z","updated_at":"2025-09-23T20:31:06.012Z","avatar_url":"https://github.com/studiohyperdrive.png","language":"TypeScript","readme":"# Studio Hyperdrive: Angular Tools (ngx-tools)\n\n`ngx-tools` is a mono-repo providing several of the Angular based packages created and maintained by the [Studio Hyperdrive](https://studiohyperdrive.be/) team.\n\n## Installation\n\nTo setup this project, clone the repo and run `npm i` to install the dependencies.\n\n## Documentation\n\nYou can find the documentation for all of our packages on our [Documentation Website](https://open-source.studiohyperdrive.be/).\n\n### NPM\n\nThe available command are:\n\n| command | runs                 |\n| ------- | -------------------- |\n| build   | runs `nx build`      |\n| test    | runs `nx test`       |\n| lint    | runs `nx lint --fix` |\n\n## Versioning and build information\n\nThis package will follow a semver-like format, `major.minor.patch`, in which:\n\n- `major`: Follows the Angular major version\n- `minor`: Introduces new features and (potential) breaking changes\n- `patch`: Introduces bugfixes and minor non-breaking changes\n\nIt is build with:\n\n- Angular CLI : `17.0.4`\n- Nx: `18.3.1`\n- Angular: `17.0.4`\n- nodejs: `18.14.0`\n- npm: `9.3.1`\n\nFor a complete list of packages and version check out the `package.json` file.\n\n## Concept\n\nThis repo contains general usage libraries for shd Angular projects. Those libraries are:\n\n- utils (`@studiohyperdrive/ngx-utils`) :\n\n    - This library provides several independent utilities to facilitate common use-cases for users and developers.\n\n- forms (`@studiohyperdrive/ngx-forms`):\n\n    - This library provides multiple utilities for complex form use-cases.\n\n- store (`@studiohyperdrive/ngx-store`):\n\n    - This library provides several utils and abstractions to improve the Redux workflow\n\n- table (`@studiohyperdrive/ngx-table`):\n\n    - This library provides a quick and easy template based table builder using the Angular CDK Table.\n\n- i18n (`@studiohyperdrive/ngx-i18n`):\n\n    - This library provides a lazy-loaded modular approach to translations.\n\n- cookies (`@studiohyperdrive/ngx-cookies`):\n\n    - This library provides a quick and easy wrapper for [CookieConsent V3](https://cookieconsent.orestbida.com).\n\n- layout (`@studiohyperdrive/ngx-layout`):\n\n    - This library is a collection of Angular components related to layout.\n\n- tour (`@studiohyperdrive/ngx-tour`):\n    - This library provides the tools to build a guided walkthrough of one or more pages.\n\nYou can find detailed explanations in their respective README’s.\n\n## Contributions\n\n### Add a new library\n\nTo add a new library, consult the Angular CLI documentation:\nhttps://angular.dev/tools/libraries/creating-libraries\n\nAfter adding your library, make sure to check the karma set-up is consistent with other projects.  \nCheck the following files:\n\n- `/angular.json`: `\u003cyour project\u003e.architect.test`\n- `/projects/\u003cyour-lib\u003e/tsconfig.spec.json`\n- `/projects/\u003cyour-lib\u003e/karma.conf.js`\n- `/projects/\u003cyour-lib\u003e/src/test.ts`\n\nWhen adding a playground for your lib, also make sure the project has at least one test or provide a placeholder.\n\n### Contributing features/bug-fixes\n\nIn order to contribute to this repository you must:\n\n1. Start a new branch from `master` named either `fix/PACKAGE/FEATURE-NAME` or `feat/PACKAGE/FEATURE-NAME`.\n2. Commit all code regarding the fix or feature to this branch, but **do not include a version bump**. Your commit message should start with either `fix(PACKAGE)` or `feat(PACKAGE)` for a fix or feature respectively.\n3. Open a PR and add the correct package label, an `enhancement` or `bug` tag, the project and milestone.\n\nIn order to publish your contribution you must:\n\n1. Start a new branch from `master` named `release/PACKAGE/VERSION-OF-YOUR-PACKAGE`.\n2. Bump the version to the corresponding version of your branch in the `package.json`.\n3. Commit the version change using the following format: `build(PACKAGE):vVERSION-OF-YOUR-PACKAGE`\n4. Open a PR and add the correct package label, the `publish` tag, the project and the milestone.\n\n### Publish\n\nThe libraries in this project can be published to the npm registry. To do so follow these steps:\n\n1. In the library that you want to publish, bump the version in package \u0026 package-lock files.\n2. Commit the changes using the following convention: `build(images): v1.0.0`.\n3. Add a tag using the following convention: `@studiohyperdrive/ngx-images@v1.0.0`.\n4. Make a new production build of your library using `npm run build \u003clibrary\u003e` (Ivy is disable in tsconfig by default for this project).\n5. Move to the dist folder of your library using `cd dist/angular/\u003clibrary\u003e`\n6. Publish the package using `npm publish`  \n   a. If this is the first time publishing the library make sure to add the `--access public` flag.  \n   b. Make sure you are logged into npm and that you have been added to the @studiohyperdrive organisation.\n\n## Team\n\nThis bundle of tools has been created and is maintained by [Studio Hyperdrive](https://studiohyperdrive.be).\n\nContributors:\n\n- Axelle Vanden Eynde\n- Benoît Dossoine\n- [Denis Valcke](https://github.com/DenisValcke)\n- [Iben Van de Veire](https://github.com/IbenTesara)\n- [Jasper De Smet](https://github.com/jsprds)\n- [Pieterjan Van Saet](https://github.com/HybridFox)\n- [Wouter Heirstrate](https://github.com/WHeirstrate)\n- [Abdurrahman Ekinci](https://github.com/ekincia)\n- [Ian Emsens](https://github.com/ian-emsens-shd)\n- [Femke Reunes](https://github.com/reunefe)\n- [Bram Vandenbussche](https://github.com/SHDBramVandenbussche)\n- [Annelies Bellon](https://github.com/AnneliesB)\n- [Bert Verhelst](https://github.com/bertyhell)\n","funding_links":[],"categories":["Third Party Components"],"sub_categories":["Mixed Utilities"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstudiohyperdrive%2Fhyperdrive-opensource","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstudiohyperdrive%2Fhyperdrive-opensource","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstudiohyperdrive%2Fhyperdrive-opensource/lists"}