{"id":15383640,"url":"https://github.com/knownasilya/ember-zipline","last_synced_at":"2025-09-14T23:33:18.598Z","repository":{"id":57224536,"uuid":"93892875","full_name":"knownasilya/ember-zipline","owner":"knownasilya","description":"Pass Ember components from one location to another (engine)","archived":false,"fork":false,"pushed_at":"2019-01-13T22:25:00.000Z","size":135,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-03T14:07:45.388Z","etag":null,"topics":["ember-addon","ember-engines","emberjs"],"latest_commit_sha":null,"homepage":"","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/knownasilya.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2017-06-09T20:02:50.000Z","updated_at":"2019-01-17T01:22:57.000Z","dependencies_parsed_at":"2022-09-04T07:41:28.951Z","dependency_job_id":null,"html_url":"https://github.com/knownasilya/ember-zipline","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knownasilya%2Fember-zipline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knownasilya%2Fember-zipline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knownasilya%2Fember-zipline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knownasilya%2Fember-zipline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/knownasilya","download_url":"https://codeload.github.com/knownasilya/ember-zipline/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233047850,"owners_count":18616939,"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":["ember-addon","ember-engines","emberjs"],"created_at":"2024-10-01T14:39:03.314Z","updated_at":"2025-01-08T14:54:45.001Z","avatar_url":"https://github.com/knownasilya.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"ember-zipline\n==============================================================================\n\nSend components from one location to another declaratively. Use case is for\nsharing components with an ember engine isntance.\n\n\nCompatibility\n------------------------------------------------------------------------------\n\n* Ember.js v2.18 or above\n* Ember CLI v2.13 or above\n\n\nInstallation\n------------------------------------------------------------------------------\n\n```\nember install ember-zipline\n```\n\n\nUsage\n------------------------------------------------------------------------------\n\nDefine what data/components we want to send.\n\n```hbs\n\u003cEmberZipline\n  @data={{hash\n    UserProfile=(component 'user-profile' user=this.user)\n  }}\n/\u003e\n```\n\nInject the zipline service.\n\n```js\nimport Component from '@ember/component';\nimport { inject as service } from '@ember/service';\n\nexport default Component.extend({\n  ziplineService: service('zipline')\n});\n```\n\nAccess the sent data/components via the service.\n\n```hbs\n{{#let this.ziplineService.data.UserProfile as |UserProfile|}}\n  \u003cUserProfile/\u003e\n{{/let}}\n```\n\n\nContributing\n------------------------------------------------------------------------------\n\nSee the [Contributing](CONTRIBUTING.md) guide.\n\n\nLicense\n------------------------------------------------------------------------------\n\nThis project is licensed under the [MIT License](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknownasilya%2Fember-zipline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fknownasilya%2Fember-zipline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknownasilya%2Fember-zipline/lists"}