{"id":42588363,"url":"https://github.com/eclipse-esmf/esmf-aspect-model-editor","last_synced_at":"2026-02-09T17:08:06.706Z","repository":{"id":45588340,"uuid":"473346449","full_name":"eclipse-esmf/esmf-aspect-model-editor","owner":"eclipse-esmf","description":"Manage Aspect Models visually — create, validate, create artefacts, persist file based","archived":false,"fork":false,"pushed_at":"2026-02-03T13:11:45.000Z","size":44742,"stargazers_count":23,"open_issues_count":68,"forks_count":7,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-02-03T20:55:13.202Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://eclipse-esmf.github.io/ame-guide/introduction.html","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eclipse-esmf.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"roadmap":null,"authors":"AUTHORS.md","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.md","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-03-23T20:23:02.000Z","updated_at":"2026-02-03T13:01:26.000Z","dependencies_parsed_at":"2024-01-22T10:55:49.263Z","dependency_job_id":"4f4f113e-94b3-4447-bf31-ceba638d026b","html_url":"https://github.com/eclipse-esmf/esmf-aspect-model-editor","commit_stats":null,"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/eclipse-esmf/esmf-aspect-model-editor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-esmf%2Fesmf-aspect-model-editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-esmf%2Fesmf-aspect-model-editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-esmf%2Fesmf-aspect-model-editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-esmf%2Fesmf-aspect-model-editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eclipse-esmf","download_url":"https://codeload.github.com/eclipse-esmf/esmf-aspect-model-editor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-esmf%2Fesmf-aspect-model-editor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29273153,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T17:07:21.559Z","status":"ssl_error","status_checked_at":"2026-02-09T17:00:04.545Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-01-28T23:07:39.621Z","updated_at":"2026-02-09T17:08:06.687Z","avatar_url":"https://github.com/eclipse-esmf.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Aspect Model Editor\n\n## Table of Contents\n\n- [Introduction](#introduction)\n- [Getting help](#getting-help)\n- [Getting started](#getting-started-for-developers)\n  - [Setup](#setup)\n  - [Install \u0026 Run](#install--run)\n  - [Run As Electron](#run-as-electron)\n  - [Running E2E (Cypress) Test](#running-e2e-cypress-test)\n- [Documentation](#documentation)\n- [License](#license)\n\n## Introduction\n\nThis project includes the Aspect Model Editor and its documentation.\nAs a user, download the Installer from https://github.com/eclipse-esmf/esmf-aspect-model-editor/releases .\n\n## Getting help\n\nAre you having trouble with Aspect Model Editor? We want to help!\n\n- Check the [developer documentation](https://eclipse-esmf.github.io)\n- Check the\n  SAMM [specification](https://eclipse-esmf.github.io/samm-specification/2.2.0/index.html)\n- Having issues with the Aspect Model Editor? Open\n  a [GitHub issue](https://github.com/eclipse-esmf/esmf-aspect-model-editor/issues).\n\n### Getting started (for developers)\n\n#### Artifacts to use\n\nYou can clone the repositories to run the aspect model editor. Feel free to contribute.\nIf you want to run the aspect model editor from repositories, please ensure to clone and start the [backend](https://github.com/eclipse-esmf/esmf-aspect-model-editor-backend) first.\n\n#### Setup\n\n- Download \u0026 Install [Node.js](https://nodejs.org/en/download/)\n- To generate Aspect Model documentation, the installation [GraphViz](https://graphviz.org/download) is required.\n\n#### First steps into the code: [Code Overview](CODE-OVERVIEW.md)\n\n#### Install \u0026 Run\n\n```bash\n# enter the core directory where the package.json is located\ncd core\n\nnpm install\nnpm run start\n```\n\n#### Run As Electron\n\nAfter running `npm start` run one of the following commands:\n\nWindows:\n\n```bash\nnpm run start:win # DEV\nnpm run start:win:prod # PROD\n```\n\nMac:\n\n```bash\nnpm run start:mac # DEV\nnpm run start:mac:prod # PROD\n```\n\nUnix:\n\n```bash\nnpm run start:linux # DEV\nnpm run start:linux:prod # PROD\n```\n\n#### Running E2E (Cypress) Test\n\n```bash\nnpm run cypress\n```\n\n## Documentation\n\nThe documentation can be found in the root directory under the path documentation.\n\n## License\n\nSPDX-License-Identifier: MPL-2.0\n\nThis program and the accompanying materials are made available under the terms of the\n[Mozilla Public License, v. 2.0](LICENSE).\n\nThe [Notice file](NOTICE.md) details contained third party materials.\n\n## GraalVm native-image\n\nTo build a native image we use GraalVm: [GraalVm](https://github.com/oracle/graal/tree/vm-ce-22.1.0)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feclipse-esmf%2Fesmf-aspect-model-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feclipse-esmf%2Fesmf-aspect-model-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feclipse-esmf%2Fesmf-aspect-model-editor/lists"}