{"id":28025456,"url":"https://github.com/roundingwellos/marionette.toolkit","last_synced_at":"2025-05-11T04:23:02.858Z","repository":{"id":27311896,"uuid":"30786083","full_name":"RoundingWellOS/marionette.toolkit","owner":"RoundingWellOS","description":"A collection of opinionated Backbone.Marionette extensions for large scale application architecture.","archived":false,"fork":false,"pushed_at":"2024-10-21T18:58:21.000Z","size":1063,"stargazers_count":70,"open_issues_count":2,"forks_count":19,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-20T04:17:29.157Z","etag":null,"topics":["application-architecture","backbone","backbone-framework","backbonejs","javascript","marionette","marionettejs"],"latest_commit_sha":null,"homepage":"http://roundingwellos.github.io/marionette.toolkit/","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/RoundingWellOS.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-02-14T03:36:11.000Z","updated_at":"2024-12-13T14:18:56.000Z","dependencies_parsed_at":"2024-04-09T18:55:36.294Z","dependency_job_id":"439904a9-d6ed-4295-bf60-c662a74ebbb4","html_url":"https://github.com/RoundingWellOS/marionette.toolkit","commit_stats":{"total_commits":294,"total_committers":17,"mean_commits":"17.294117647058822","dds":0.6700680272108843,"last_synced_commit":"9d2d3e244e052c1a8c5c38510b1d628b42434c14"},"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoundingWellOS%2Fmarionette.toolkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoundingWellOS%2Fmarionette.toolkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoundingWellOS%2Fmarionette.toolkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoundingWellOS%2Fmarionette.toolkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RoundingWellOS","download_url":"https://codeload.github.com/RoundingWellOS/marionette.toolkit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253516683,"owners_count":21920719,"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":["application-architecture","backbone","backbone-framework","backbonejs","javascript","marionette","marionettejs"],"created_at":"2025-05-11T04:23:02.001Z","updated_at":"2025-05-11T04:23:02.847Z","avatar_url":"https://github.com/RoundingWellOS.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Marionette.Toolkit\n==================\n\n[![Travis Status](http://img.shields.io/travis/RoundingWellOS/marionette.toolkit/master.svg?style=flat\u0026amp;label=travis)](https://travis-ci.org/RoundingWellOS/marionette.toolkit) [![Test Coverage](https://api.codeclimate.com/v1/badges/a3e249a26dd7871a0262/test_coverage)](https://codeclimate.com/github/RoundingWellOS/marionette.toolkit/test_coverage)\n\n\n## About Marionette.Toolkit\n\nMarionette.Toolkit is a collection of opinionated extensions for\n[Marionette](http://marionettejs.com) Each element helps to reduce boilerplate\nfor complex large scale application problems.  This toolkit was\nbuilt from scripts open sourced from [RoundingWell.com](http://roundingwell.com).\n\n## Documentation\n  [App](./docs/app.md) - An extension of `Marionette.Application`. Its purpose is to provide an object with a `initialize`/`start`/`stop`/`destroy` lifecycle.\n\n  [Component](./docs/component.md) - An extension of `Marionette.Application`. Provides a consistent interface for which to package state-view-logic.\n\n  [Async App start](./docs/async-app-start.md) - How to easily start apps asynchronously.\n\n  [StateMixin](./docs/mixins/state.md) - JavaScript Object with a `Backbone.Model` for keeping state.  Used by both the App and Component but can be applied to any Marionette Class.\n\n  [ChildAppsMixin](./docs/mixins/child-apps.md) - Functionality to add or remove child Apps to a parent App, start apps asynchronously, and connect the child App lifecycle with the parent App lifecycle.\n\n  [EventListenersMixin](./docs/mixins/event-listeners.md) - Binds events to the `App` while running and removed (and only those) when the `App` is stopped.\n\n  [ViewEventsMixin](./docs/mixins/view-events.md) - Adds `Marionette.View`-like support for view event proxying. The API is analogous to `childViewEventPrefix`, `childViewEvents` and `childViewTriggers`.\n\n\n## Getting Help\n\nIf you have questions or concerns please feel free to [open an issue](#github-issues).\nAdditionally join us on the [Marionette Gitter](https://gitter.im/marionettejs/backbone.marionette) to have a chat.\nEveryone there is happy to discuss design patterns.\n\n\n## Project Details\n\n#### Library Downloads\n\nYou can download the latest builds directly from the [dist](https://github.com/RoundingWellOS/marionette.toolkit/tree/master/dist) folder above.\n\n#### Available Packages\n\n**Via [yarn](https://www.npmjs.com/package/marionette.toolkit)**\n```\n$ yarn add marionette.toolkit\n```\n\n**Via [npm](https://www.npmjs.com/package/marionette.toolkit)**\n```\n$ npm install marionette.toolkit\n```\n\n\nCurrently Marionette.Toolkit is available via npm and bower. If you would like add it to another channel, please\n[open an issue](#github-issues).\n\n#### Changelog\n\nFor change logs and release notes, see the [changelog](CHANGELOG.md) file.\n\n#### Compatibility and Requirements\n\nMarionette.Toolkit currently requires and is tested with [Marionette](http://marionettejs.com) 3.0.0+ as it extends\n[`Marionette.Application`](https://github.com/marionettejs/backbone.marionette/blob/next/docs/marionette.application.md)\n\nMarionette.Toolkit supports IE10+ and modern browsers.\n\n\n## How to Contribute\n\nIf you would like to contribute to Marionette.Toolkit's source code, please read\nthe [guidelines for pull requests and contributions](CONTRIBUTING.md).\nFollowing these guidelines will help make your contributions easier to\nbring into the next release.\n\nYou can also join us in the [Marionette Toolkit Gitter](https://gitter.im/RoundingWellOS/marionette.toolkit) to think up new features, report bugs, ask questions, and talk design patterns within Toolkit.\n\n### Github Issues\n\n[Report issues](https://github.com/RoundingWellOS/marionette.toolkit/issues) with Marionette.Toolkit, and [submit pull requests](https://github.com/RoundingWellOS/marionette.toolkit/pulls) to fix problems or to\ncreate summarized and documented feature requests (preferably with the feature implemented in the pull request).\n\n\n===\n\nThis library is © 2019 RoundingWell. Distributed under MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froundingwellos%2Fmarionette.toolkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froundingwellos%2Fmarionette.toolkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froundingwellos%2Fmarionette.toolkit/lists"}