{"id":29411088,"url":"https://github.com/logofx/aurelia2-mvvm-plugin","last_synced_at":"2025-07-11T07:43:30.656Z","repository":{"id":303117199,"uuid":"1013443493","full_name":"LogoFX/aurelia2-mvvm-plugin","owner":"LogoFX","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-05T20:25:45.000Z","size":331,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-05T20:31:21.243Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LogoFX.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2025-07-03T23:11:31.000Z","updated_at":"2025-07-04T21:31:17.000Z","dependencies_parsed_at":"2025-07-05T20:31:36.165Z","dependency_job_id":"868bedb4-eea7-4bc7-864d-93d5444b9ae3","html_url":"https://github.com/LogoFX/aurelia2-mvvm-plugin","commit_stats":null,"previous_names":["logofx/aurelia2-mvvm-plugin"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LogoFX/aurelia2-mvvm-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LogoFX%2Faurelia2-mvvm-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LogoFX%2Faurelia2-mvvm-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LogoFX%2Faurelia2-mvvm-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LogoFX%2Faurelia2-mvvm-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LogoFX","download_url":"https://codeload.github.com/LogoFX/aurelia2-mvvm-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LogoFX%2Faurelia2-mvvm-plugin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264757729,"owners_count":23659394,"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":"2025-07-11T07:43:29.183Z","updated_at":"2025-07-11T07:43:30.650Z","avatar_url":"https://github.com/LogoFX.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aurelia2-mvvm-plugin\n\nThis project is bootstrapped by [aurelia/new](https://github.com/aurelia/new).\n\n## Start dev web server\n\n    npm start\n\nNote this plugin project comes with a dev-app. The above command starts the dev app in `dev-app/` folder. The plugin source code is in `src/` folder.\n\n## Build the plugin in production modern\n\n    npm run build\n\nIt builds plugin into `dist/index.js` file.\n\nNote when you do `npm publish` or `npm pack` to prepare the plugin package, it automatically run the above build command by the `prepare` script defined in your package.json `\"scripts\"` section.\n\n## Consume the plugin\n\nIf your plugin is published to npm or a private registry, just install the plugin package.json\n\n    npm install aurelia2-mvvm-plugin\n\nIf you want to directly use plugin's git repo.\n\n    npm install git@github.com:username/aurelia2-mvvm-plugin.git\n\nor\n\n    npm install https://some.git.server/username/aurelia2-mvvm-plugin.git\n\nIf you want to install from local folder, don't do \"npm install ../local/aurelia2-mvvm-plugin/\" as the folder's `node_modules/` will cause webpack to complain about duplicated dependency like \"@aurelia/metadata\".\n\nIn this plugin's folder, do\n\n    npm pack\n\nThis will pack the plugin into aurelia2-mvvm-plugin\nIn an application project's main file.\n\n```js\nimport * as myPlugin from 'aurelia2-mvvm-plugin';\nAurelia\n  // Load all exports from the plugin\n  .register(myPlugin)\n  .app(MyApp)\n  .start();\n```\n\n## Unit Tests\n\n    npm run test\n\nRun unit tests in watch mode.\n\n    npm run test:watch\n\n\n## Analyze webpack bundle\n\n    npm run analyze\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flogofx%2Faurelia2-mvvm-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flogofx%2Faurelia2-mvvm-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flogofx%2Faurelia2-mvvm-plugin/lists"}