{"id":26351992,"url":"https://github.com/denq/ember-public-mixin","last_synced_at":"2025-03-16T10:36:09.561Z","repository":{"id":57224197,"uuid":"43245223","full_name":"DenQ/ember-public-mixin","owner":"DenQ","description":"Mixin for ember js. Shared your code public methods and property. On example actions methods","archived":false,"fork":false,"pushed_at":"2015-10-17T13:26:58.000Z","size":188,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-12T09:24:29.995Z","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/DenQ.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-09-27T12:10:42.000Z","updated_at":"2015-09-28T06:42:49.000Z","dependencies_parsed_at":"2022-08-30T02:40:53.332Z","dependency_job_id":null,"html_url":"https://github.com/DenQ/ember-public-mixin","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenQ%2Fember-public-mixin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenQ%2Fember-public-mixin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenQ%2Fember-public-mixin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenQ%2Fember-public-mixin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DenQ","download_url":"https://codeload.github.com/DenQ/ember-public-mixin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243858929,"owners_count":20359259,"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-03-16T10:36:09.049Z","updated_at":"2025-03-16T10:36:09.541Z","avatar_url":"https://github.com/DenQ.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ember-public-mixin\n\nThis README outlines the details of collaborating on this Ember addon.\n\n## Installation\n\n* `git clone` this repository\n* `npm install`\n* `bower install`\n\n\n## Usage\n\n    `import Ember from 'ember'`\n    `import PublicMixin from '../mixins/public'`\n    \n    IndexController = Ember.Controller.extend PublicMixin,\n    \n      init:(etc...)-\u003e\n        @_super etc\n        @Signal 'public', 'Foo'\n        @Signal 'private', 'Foo'\n        @Signal 'foobar', 'Foo', 'Coffee'\n        return\n    \n      'public':\n        Foo:-\u003e\n          console.log '1'\n          return\n          \n      'private':\n        Foo:-\u003e\n          console.log '2'\n          return\n          \n      'foobar':\n        Foo:(name)-\u003e\n          console.log '2', name\n          return\n    \n    `export default IndexController`\n  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenq%2Fember-public-mixin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdenq%2Fember-public-mixin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenq%2Fember-public-mixin/lists"}