{"id":21043384,"url":"https://github.com/crystallizeapi/libraries","last_synced_at":"2025-10-05T07:53:42.321Z","repository":{"id":37956883,"uuid":"468384801","full_name":"CrystallizeAPI/libraries","owner":"CrystallizeAPI","description":"Monorepo of libraries","archived":false,"fork":false,"pushed_at":"2025-10-01T22:34:38.000Z","size":39257,"stargazers_count":1,"open_issues_count":1,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-05T07:53:41.950Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://crystallizeapi.github.io/libraries","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/CrystallizeAPI.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-03-10T14:46:17.000Z","updated_at":"2025-09-29T22:03:48.000Z","dependencies_parsed_at":"2023-12-27T21:20:04.380Z","dependency_job_id":"3dbc2b8f-4fde-4007-a9f4-475b76cb4afb","html_url":"https://github.com/CrystallizeAPI/libraries","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CrystallizeAPI/libraries","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrystallizeAPI%2Flibraries","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrystallizeAPI%2Flibraries/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrystallizeAPI%2Flibraries/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrystallizeAPI%2Flibraries/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CrystallizeAPI","download_url":"https://codeload.github.com/CrystallizeAPI/libraries/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrystallizeAPI%2Flibraries/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278425496,"owners_count":25984686,"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","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-19T14:12:38.605Z","updated_at":"2025-10-05T07:53:42.316Z","avatar_url":"https://github.com/CrystallizeAPI.png","language":"TypeScript","readme":"# Crystallize Libraries\n\nHere are managed all the Crystallize Libraries.\n\nIn order to simplify their maintenance they are all in this Git Repository.\n\nAll contributions will happen here:\n\n- PRs and Issues are therefore open, discuss, contribute in one place\n- Many things will be shared accross the `components`: Coding Standards, CI \u0026 Automations, Tests, etc.\n\n✅ Nevertheless, all the `components` (here library) will continue to be independant and pushed in their own repository. (through magic mechanisms that we have internally)\n\n## Managed Repositories\n\n| Libraries                                                                   | Licence | Version                       |\n| --------------------------------------------------------------------------- | ------- | ----------------------------- |\n| [JS Api Client](https://github.com/CrystallizeAPI/js-api-client)            | ![mit]  | ![js-api-client-version]      |\n| [React JS Components](https://github.com/CrystallizeAPI/reactjs-components) | ![mit]  | ![reactjs-components-version] |\n| [Schema](https://github.com/CrystallizeAPI/schema)                          | ![mit]  | ![schema]                     |\n\n## Contributions\n\n### Conventions\n\n- Pull Requests and Issues should start with `[$COMPONENT_NAME]`\n- CI will fail if Coding Standars are not OK\n- CI will fail if Tests are not OK\n\n### Coding Standards\n\nTo run them locally:\n\n```bash\nmake codeclean\n```\n\n### Tests\n\nTo run them locally:\n\n```bash\nmake tests\n```\n\n\u003e It will run the Mono Repo Tests and the tests in each `components`\n\n### Demo app (Github Page)\n\nYou can test on that live demo page here: https://crystallizeapi.github.io/libraries/\n\nThis React App is built from this repository as well, to run it:\n\n```bash\nmake start-demo-app\n```\n\nThen you can access it: http://localhost:3000/libraries (it in a subfolder like on Github.io)\n\n\u003e This app is then built in production mode and deployed on Github Pages via Github Actions.\n\n## Adding a new Component (Library)\n\n```bash\nmake add-component COMPONENT=my-new-component\n```\n\n\u003e If not already done, you still need create the Github sub-repository and add an entry in `components/manifest.json`\n\n[mit]: https://img.shields.io/badge/license-MIT-green?style=flat-square\u0026labelColor=black\n[js-api-client-version]: https://img.shields.io/npm/v/@crystallize/js-api-client?label=version\u0026style=flat-square\n[reactjs-components-version]: https://img.shields.io/npm/v/@crystallize/reactjs-components?label=version\u0026style=flat-square\n[schema]: https://img.shields.io/npm/v/@crystallize/schema?label=version\u0026style=flat-square\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrystallizeapi%2Flibraries","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrystallizeapi%2Flibraries","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrystallizeapi%2Flibraries/lists"}