{"id":15539081,"url":"https://github.com/patricklx/ember-simple-mu-resolver","last_synced_at":"2025-04-06T01:27:28.502Z","repository":{"id":42127187,"uuid":"294140418","full_name":"patricklx/ember-simple-mu-resolver","owner":"patricklx","description":null,"archived":false,"fork":false,"pushed_at":"2023-11-07T09:40:53.000Z","size":403,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-09T12:45:33.482Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/patricklx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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":"2020-09-09T14:39:40.000Z","updated_at":"2022-04-12T13:15:25.000Z","dependencies_parsed_at":"2024-10-31T16:58:59.139Z","dependency_job_id":"69121ef0-b3ed-4d57-9ced-104c5c4e438e","html_url":"https://github.com/patricklx/ember-simple-mu-resolver","commit_stats":{"total_commits":46,"total_committers":3,"mean_commits":"15.333333333333334","dds":"0.19565217391304346","last_synced_commit":"171dc358bc093cea813441352a4c98d75cdb4f86"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patricklx%2Fember-simple-mu-resolver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patricklx%2Fember-simple-mu-resolver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patricklx%2Fember-simple-mu-resolver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patricklx%2Fember-simple-mu-resolver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/patricklx","download_url":"https://codeload.github.com/patricklx/ember-simple-mu-resolver/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247423447,"owners_count":20936620,"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":"2024-10-02T12:09:04.921Z","updated_at":"2025-04-06T01:27:28.471Z","avatar_url":"https://github.com/patricklx.png","language":"JavaScript","readme":"ember-simple-mu-resolver\n==============================================================================\n\nEmber Simple Module Unification Resolver\nthis does not resolve local components and helpers, instead this should\nto be used together with [ember-hbs-imports](https://github.com/patricklx/ember-hbs-imports)\n\n### Use addon service\n```js\n@service('myaddon@myservice')\n```\n\n### initializers in init folder\nin `app.js` add\n```js\nloadInitializers(App, config.modulePrefix + '/init');\n```\n\n### styles in ui folder\n```js\nnew EmberApp({\n    trees: {\n      styles: 'app/ui/styles'\n    },\n   ...\n```\n\n### index.html in ui folder\nadd the following to `ember-cli-build.js`\n```js\nconst tree = new Funnel('app/ui', {\n    allowEmtpy: true,\n    include: ['index.html'],\n    destDir: app.name,\n    annotation: 'ui to index.html'\n  });\n\n  const toArray = app.toArray;\n  app.toArray = function () {\n    const arr = toArray.call(this);\n    arr.push(tree);\n    return arr;\n  };\n```\n\nInstallation\n------------------------------------------------------------------------------\n\n```\nember install ember-simple-mu-resolver\n```\n\n\nUsage\n------------------------------------------------------------------------------\n\nThis will automatically setup the resolver\n\n\nLicense\n------------------------------------------------------------------------------\n\nThis project is licensed under the [MIT License](LICENSE.md).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatricklx%2Fember-simple-mu-resolver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpatricklx%2Fember-simple-mu-resolver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatricklx%2Fember-simple-mu-resolver/lists"}