{"id":18724779,"url":"https://github.com/archimedes-projects/archimedes-js","last_synced_at":"2025-04-12T15:45:09.982Z","repository":{"id":38238990,"uuid":"337454688","full_name":"archimedes-projects/archimedes-js","owner":"archimedes-projects","description":"Archimedes's implementation for JavaScript and TypeScript","archived":false,"fork":false,"pushed_at":"2023-11-14T14:25:32.000Z","size":6341,"stargazers_count":37,"open_issues_count":0,"forks_count":4,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-26T10:11:36.546Z","etag":null,"topics":["archimedes","architecture","ddd","solid","typescript"],"latest_commit_sha":null,"homepage":"https://archimedesfw.io/","language":"TypeScript","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/archimedes-projects.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-02-09T15:47:08.000Z","updated_at":"2024-01-04T16:54:38.000Z","dependencies_parsed_at":"2023-11-14T10:47:22.875Z","dependency_job_id":null,"html_url":"https://github.com/archimedes-projects/archimedes-js","commit_stats":null,"previous_names":[],"tags_count":89,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archimedes-projects%2Farchimedes-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archimedes-projects%2Farchimedes-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archimedes-projects%2Farchimedes-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archimedes-projects%2Farchimedes-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/archimedes-projects","download_url":"https://codeload.github.com/archimedes-projects/archimedes-js/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248591051,"owners_count":21129950,"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":["archimedes","architecture","ddd","solid","typescript"],"created_at":"2024-11-07T14:07:56.545Z","updated_at":"2025-04-12T15:45:09.960Z","avatar_url":"https://github.com/archimedes-projects.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003ca href=\"https://www.archimedesfw.io/\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\u003cimg width=\"100\" src=\"https://www.archimedesfw.io/img/isologue.svg\" alt=\"Archimedes logo\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/archimedes-projects/archimedes-js/actions/workflows/ci.yaml\"\u003e\u003cimg src=\"https://img.shields.io/github/workflow/status/archimedes-projects/archimedes-js/CI\" alt=\"Build Status\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://npmcharts.com/compare/archimedes?minimal=true\"\u003e\u003cimg src=\"https://img.shields.io/npm/dm/archimedes.svg?sanitize=true\" alt=\"Downloads\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/@archimedes/arch\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/@archimedes/arch.svg?sanitize=true\" alt=\"Version\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/@archimedes/arch\"\u003e\u003cimg src=\"https://img.shields.io/npm/l/@archimedes/arch.svg?sanitize=true\" alt=\"License\"\u003e\u003c/a\u003e\n  \u003cimg alt=\"Twitter Follow\" src=\"https://img.shields.io/twitter/follow/archimedesfw?sanitize=true\"\u003e\n\u003c/p\u003e\n\n# ArchimedesJS\n\nArchimedes is a series of architectural concepts that are implemented in different languages. Using a given Archimedes\nimplementation provides a set of solid and flexible architectural pieces. This is the implementation of Archimedes in\nTypeScript.\n\nWith `archimedes-js` you have:\n\n-   [Use cases](https://www.archimedesfw.io/docs/js/arch#use-cases) to define your business logic\n-   [Powerful runner](https://www.archimedesfw.io/docs/js/arch#runner) that\n    handles [cache](https://www.archimedesfw.io/docs/js/arch#cachelink)\n    , [errors](https://www.archimedesfw.io/docs/js/arch#notificationlink)\n    , [logging](https://www.archimedesfw.io/docs/js/arch#loggerlink) and much more\n-   Utilities like [date handling](https://www.archimedesfw.io/docs/js/utils#datetime), a\n    lightweight [http client](https://www.archimedesfw.io/docs/js/utils#httpclient)\n    , [monads](https://www.archimedesfw.io/docs/js/utils#maybe), etc\n-   [Headless component library](https://www.archimedesfw.io/docs/js/components) (WIP)\n\n## Installation\n\nInstall any `archimedes` packages:\n\n```bash\nnpm i @archimedes/utils -SE\nnpm i @archimedes/arch -SE\nnpm i @archimedes/components -SE\n```\n\n## Documentation\n\n-   [Checkout the documentation](https://www.archimedesfw.io/)\n-   [Checkout the examples](./examples)\n\n## Contributing\n\nAll contributions are welcome! You should read our [contributing guide](./CONTRIBUTING.md).\n\n### License\n\n[Apache](https://opensource.org/licenses/Apache-2.0).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farchimedes-projects%2Farchimedes-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farchimedes-projects%2Farchimedes-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farchimedes-projects%2Farchimedes-js/lists"}