{"id":19973796,"url":"https://github.com/dojo/framework","last_synced_at":"2025-04-08T09:08:01.395Z","repository":{"id":32806665,"uuid":"140325971","full_name":"dojo/framework","owner":"dojo","description":"Dojo Framework. A Progressive Framework for Modern Web Apps","archived":false,"fork":false,"pushed_at":"2023-04-26T06:43:41.000Z","size":12224,"stargazers_count":592,"open_issues_count":48,"forks_count":78,"subscribers_count":37,"default_branch":"master","last_synced_at":"2025-04-01T08:36:37.951Z","etag":null,"topics":["core","dojo","framework"],"latest_commit_sha":null,"homepage":"https://dojo.io/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dojo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-07-09T18:22:34.000Z","updated_at":"2025-03-14T17:47:29.000Z","dependencies_parsed_at":"2024-01-14T16:12:14.468Z","dependency_job_id":"cd2e082b-e05e-4c2a-b38f-3c5c75e69a7c","html_url":"https://github.com/dojo/framework","commit_stats":{"total_commits":3172,"total_committers":66,"mean_commits":48.06060606060606,"dds":0.7150063051702396,"last_synced_commit":"25792a62cfca9e75a462ae7d88748dcca1e296e6"},"previous_names":[],"tags_count":95,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dojo%2Fframework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dojo%2Fframework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dojo%2Fframework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dojo%2Fframework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dojo","download_url":"https://codeload.github.com/dojo/framework/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247809962,"owners_count":20999816,"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":["core","dojo","framework"],"created_at":"2024-11-13T03:12:55.438Z","updated_at":"2025-04-08T09:08:01.377Z","avatar_url":"https://github.com/dojo.png","language":"TypeScript","readme":"# @dojo/framework\n\n[![Build Status](https://travis-ci.org/dojo/framework.svg?branch=master)](https://travis-ci.org/dojo/framework)\n[![codecov](https://codecov.io/gh/dojo/framework/branch/master/graph/badge.svg)](https://codecov.io/gh/dojo/framework)\n[![npm version](https://badge.fury.io/js/%40dojo%2Fframework.svg)](https://badge.fury.io/js/%40dojo%2Fframework)\n[![Join the chat at https://discordapp.com/invite/M7yRngE](https://img.shields.io/discord/471607790213922816.svg?logo=discord)](https://discordapp.com/invite/M7yRngE)\n\nDojo is a progressive framework for modern web applications built with TypeScript.\n\nVisit us at [dojo.io](https://dojo.io/) for documentation, tutorials, cookbooks, and other materials. This repository contains detailed information on the structure of Dojo, while `dojo.io` is focused on getting started with and learning Dojo.\n\n## Sub-packages within `@dojo/framework`\n\nThere are seven sub-packages that form the framework for building a Dojo application:\n\n-   [`dojo/core`](src/core/README.md) - The foundational code of the Dojo framework\n-   [`dojo/has`](src/has/README.md) - A feature detection library\n-   [`dojo/i18n`](docs/en/i18n/) - A set of internationalization tooling\n-   [`dojo/routing`](src/routing/README.md) - A routing service to build web applications with\n-   [`dojo/shim`](src/shim/README.md) - Modules that provide fills of ES6+ functionality\n-   [`dojo/stores`](src/stores/README.md) - A lightweight state container\n-   [`dojo/testing`](src/testing/README.md) - A set of modules to help with testing Dojo\n\n## External packages\n\nWe have additional packages within the Dojo ecosystem to aid in quickly and easily creating Dojo apps:\n\n-   [`dojo/interop`](https://github.com/dojo/interop) - Interoperability with other frameworks (currently Dojo 1 Dijits and Redux)\n-   [`dojo/loader`](https://github.com/dojo/loader) - A TypeScript based AMD loader\n-   [`dojo/themes`](https://github.com/dojo/themes) - Collection of Dojo themes.\n-   [`dojo/widgets`](https://github.com/dojo/widgets) - A set of rich UI elements\n\n### Dojo CLI\n\n-   [`dojo/cli`](https://github.com/dojo/cli) - Command Line Tooling for Dojo Applications\n-   [`dojo/cli-build-app`](https://github.com/dojo/cli-build-app) - A CLI command for building Dojo applications\n-   [`dojo/cli-build-widget`](https://github.com/dojo/cli-build-widget) - A CLI command for building widgets\n-   [`dojo/cli-create-app`](https://github.com/dojo/cli-create-app) - Command for creating application boilerplates\n-   [`dojo/cli-create-theme`](https://github.com/dojo/cli-create-theme) - Command for scaffolding a widget theme\n-   [`dojo/cli-create-widget`](https://github.com/dojo/cli-create-widget) - Command for creating a widget template and all associated boilerplate\n-   [`dojo/cli-test-intern`](https://github.com/dojo/cli-test-intern) - Command for testing projects with [Intern](https://theintern.github.io)\n\n### Support Packages\n\nThere are several packages which are designed to support the Dojo platform. Generally these packages are not directly used by end developers:\n\n-   [`dojo/scripts`](https://github.com/dojo/scripts) - A package of scripts to aid with Dojo package development.\n-   [`dojo/webpack-contrib`](https://github.com/dojo/webpack-contrib) - Specialized webpack loaders and plugins used by the Dojo toolchain.\n\n## Migrating Versions\n\n### Version 2.x to 3.x Migration Guide\n\nSee the [v3 migration guide](./docs/V3-Migration-Guide.md) for details on upgrading from version 2.x to version 3.x.\n\n### Version 3.x to 4.x Migration Guide\n\nSee the [v4 migration guide](./docs/V4-Migration-Guide.md) for details on upgrading from version 3.x to version 4.x.\n\n### Version 4.x to 5.x Migration Guide\n\nSee the [v5 migration guide](./docs/V5-Migration-Guide.md) for details on upgrading from version 4.x to version 5.x.\n\n### Version 5.x to 6.x Migration Guide\n\nSee the [v6 migration guide](./docs/V6-Migration-Guide.md) for details on upgrading from version 5.x to version 6.x.\n\n### Version 6.x to 7.x Migration Guide\n\nSee the [v7 migration guide](./docs/V7-Migration-Guide.md) for details on upgrading from version 6.x to version 7.x.\n\n### Examples\n\nWe have added a repository of examples which have been built on Dojo. Those examples are available\nin the [dojo/examples](https://github.com/dojo/examples) repository and are _live_ at [dojo.github.io/examples](https://dojo.github.io/examples).\n\n## Guidelines and Style Guide\n\nThere are several documents that are relevant for contributing to Dojo.\n\n-   [Contributing Guidelines](CONTRIBUTING.md) - Guidelines for contributing code (or documentation) to Dojo\n-   [Code Of Conduct](CODE_OF_CONDUCT.md) - Guidelines for participation in all Dojo OSS communities.\n-   [Style Guide](STYLE.md) - The style guide for Dojo for packages that do not use [prettier](https://prettier.io)\n-   [tslint.json](https://github.com/dojo/dojo2-package-template/blob/master/tslint.json) - The configuration file [tslint](https://palantir.github.io/tslint/) that is used to validate Dojo code against\n\n## Dependent Technologies\n\nWhile Dojo tries to provide a holistic set of tools to build web applications, there are several key technologies where we feel that Dojo would be better integrating and building upon versus building from the ground up.\n\nIn order to ensure that Dojo is a solid set of JavaScript tools and libraries, Dojo is built on [TypeScript](https://www.typescriptlang.org/). This provides us with structural design time typing as well as an effective way to communicate the intent of the Dojo APIs. It also provides us the ability to adopt ES6+ syntax features but make distributables that will be backwards compatible to the target browsers for Dojo.\n\n### TypeScript and Dojo Compatibility Matrix\n\nTypeScript and Dojo both iterate rapidly. In general Dojo strives for maximum compatibility, with a plan to periodically increase the minimum TypeScript version so we can begin relying on newer TypeScript features. Please review this list when using Dojo:\n\n| Dojo version | TypeScript version (minimum) | TypeScript version (maximum) |\n| ------------ | ---------------------------- | ---------------------------- |\n| 3.0          | 2.6.x                        | 2.6.x                        |\n| 4.0          | 2.6.x                        | 3.1.x                        |\n| 5.0          | 2.6.x                        | 3.2.x                        |\n| 6.0          | 3.4.5                        | 3.4.5                        |\n| 7.0          | 3.4.5                        | 3.8.x                        |\n| 8.0          | 3.4.5                        | 4.1.x                        |\n\n## Licensing information\n\n© 2020 [OpenJS Foundation](https://openjsf.org) \u0026 contributors. [New BSD](http://opensource.org/licenses/BSD-3-Clause) license.\n","funding_links":[],"categories":["Homegrown Open-Source Software"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdojo%2Fframework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdojo%2Fframework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdojo%2Fframework/lists"}