• Stars
    star
    226
  • Rank 176,514 (Top 4 %)
  • Language
  • License
    Other
  • Created over 9 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

πŸš€ Dojo - meta information for the project.

Dojo Logo

dojo-meta

Join the chat at https://discordapp.com/invite/M7yRngE

This repository contains information regarding Dojo (versions 2 and newer) that crosses package boundaries.

Visit us at 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.

Guidelines and Style Guide

There are several documents that are relevant for contributing to Dojo.

Dependent Technologies

While 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.

In order to ensure that Dojo is a solid set of JavaScript tools and libraries, Dojo is built on TypeScript. 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.

TypeScript and Dojo Compatibility Matrix

TypeScript 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:

Dojo version TypeScript version (minimum) TypeScript version (maximum)
2.0 2.6.x 2.6.x
3.0 2.6.x 2.6.x
4.0 2.6.x 3.1.x

Packages

There are several packages that makeup the Dojo platform:

Less Active Packages

We have some other packages which are not actively used by Dojo or still in their planning stages:

We have some deprecated packages:

  • dojo/actions - A command like library for Dojo applications - This is deprecated because we have not found this abstraction to add value
  • dojo/app - An application framework for Dojo - This is deprecated because widgets + routing + stores are sufficient to deal with higher order application concerns
  • dojo/cli-build-webpack - A legacy application and widget build command - *This is deprecated as it has been superseded by @dojo/cli-build-app and @dojo/cli-build-widget *
  • dojo/compose - A mixin/trait based composition library - This is deprecated because TypeScript now offers mixin behavior
  • dojo/dom - A set of APIs for manipulating the DOM - This is deprecated because Dojo fully abstracts away DOM access.
  • dojo/interfaces - Common interfaces and types for Dojo - This has been deprecated as interfaces now live in their respective repositories
  • dojo/parser - A HTML document parser for instantiating objects declaratively - This is deprecated in lieu of functionality provided using Custom Elements from @dojo/widget-core.

Examples

We have added a repository of examples which have been built on Dojo. Those examples are available in the dojo/examples repository and are live at dojo.github.io/examples.

Support Packages

There are several packages which are designed to support the Dojo platform. Generally these packages are not directly used by end developers:

There are additional packages which are not actively used:

  • dojo/diagnostics - A set of modules that can be used to instrument Dojo 2 applications to provide additional diagnostic information.
  • dojo/devtool - A devtool extension for Chrome and Firefox that provides an interface to the dojo/diagnostics information.
  • dojo/test-extras - A set of modules to help with testing Dojo (relevant features moved into @dojo/framework)
  • dojo/web-editor - A web editor that can run projects exported from cli-export-project. Today we recommend using the Dojo template on CodeSandbox.

Status

The following tables contain status information for the packages:

Package CI Status Code Coverage npm Stage
dojo/cli Build Status codecov.io npm version 4.0
dojo/framework Build Status codecov.io npm version 4.0
dojo/interop Build Status codecov.io npm version 4.0
dojo/themes Build Status codecov.io npm version 4.0
dojo/widgets Build Status codecov.io npm version 4.0

CLI Packages

The dojo/cli will provide extensible functionality via a variety of packages that can be plugged into the CLI.

Package CI Status Code Coverage npm Stage
dojo/cli-build-app Build Status codecov.io npm version 4.0
dojo/cli-build-widget Build Status codecov.io npm version 4.0
dojo/cli-create-app Build Status codecov.io npm version 4.0
dojo/cli-create-theme Build Status codecov.io npm version 4.0
dojo/cli-create-widget Build Status codecov.io npm version 4.0
dojo/cli-export-project Build Status codecov.io npm version Alpha
dojo/cli-test-intern Build Status codecov.io npm version 4.0

Enhancements and Extensions

These are packages which provide extended functionality, usually to other tools, which are used by Dojo. For those using the out of the box tooling, there is little value in these packages, but for those having to integrate Dojo into an existing development pipeline, these packages are likely to be of use.

Package CI Status Code Coverage npm Stage
dojo/devtool Build Status codecov.io npm version Alpha
dojo/diagnostics Build Status codecov.io npm version Alpha

Internal and Support Packages

In addition to dojo/cli there are some packages which are designed to be used both by the Dojo team internally, but also others who are developing Dojo applications:

Package CI Status Code Coverage npm Stage
dojo/grunt-dojo2 Build Status codecov.io npm version 4.0
dojo/grunt-dojo2-extras Build Status codecov.io npm version 4.0
dojo/scripts Build Status codecov.io npm version 3.1
dojo/webpack-contrib Build Status codecov.io npm version 4.0

Example app packages

Package CI Status Code Coverage
dojo/examples Build Status codecov.io

Inactive or Deprecated packages

Package CI Status Code Coverage npm
dojo/actions Build Status codecov.io
dojo/app Build Status codecov.io
dojo/cli-build-webpack Build Status codecov.io npm version
dojo/cli-css-typings
dojo/compose Build Status codecov.io npm version
dojo/crypto
dojo/dataviz Build Status
dojo/dgrid Build Status codecov.io npm version
dojo/dom Build Status codecov.io
dojo/interfaces Build Status npm version
dojo/loader Build Status codecov.io npm version
dojo/parser
dojo/streams Build Status codecov.io npm version
dojo/test-extras Build Status codecov.io npm version
dojo/web-editor Build Status codecov.io npm version

Licensing information

Β© 2019 JS Foundation & contributors. New BSD license.

More Repositories

1

dojo

Dojo 1 - the Dojo 1 toolkit core library.
JavaScript
1,534
star
2

framework

Dojo Framework. A Progressive Framework for Modern Web Apps
TypeScript
572
star
3

dojo-oldmirror

Dojo 1 - the official read-only mirror of Dojo Core. Please submit patches at http://bugs.dojotoolkit.org/
JavaScript
359
star
4

core

πŸš€ Dojo 2 - language helpers and utilities.
TypeScript
213
star
5

dijit

Dojo 1 - UI library
HTML
174
star
6

dojox

Dojo 1 - extras library. Please submit bugs to https://bugs.dojotoolkit.org/
JavaScript
148
star
7

intern-only-dojo

DEPRECATED - See dojo/meta for the latest on Dojo 2
TypeScript
122
star
8

dojox-oldmirror

Dojo 1 - the official read-only mirror of DojoX. Please submit patches at http://bugs.dojotoolkit.org/
JavaScript
108
star
9

dijit-oldmirror

Dojo 1 - the official read-only mirror of Dijit. Please submit patches at http://bugs.dojotoolkit.org/
JavaScript
97
star
10

docs

Dojo 1 - reference Documentation.
JavaScript
92
star
11

widgets

πŸš€ Dojo - UI widgets.
TypeScript
86
star
12

examples

πŸš€ Dojo - example applications.
TypeScript
77
star
13

demos

Dojo 1 - toolkit demos. Please submit bugs to https://bugs.dojotoolkit.org/
JavaScript
76
star
14

util

Dojo 1 - build utilities. Please submit bugs to https://bugs.dojotoolkit.org/
JavaScript
60
star
15

dwb

Dojo 1 - the Dojo Web Builder.
JavaScript
57
star
16

demos-oldmirror

Dojo 1 - the official read-only mirror of Dojo Demos. Please submit patches at http://bugs.dojotoolkit.org/
JavaScript
38
star
17

util-oldmirror

Dojo 1 - the official read-only mirror of Dojo Util. Please submit patches at http://bugs.dojotoolkit.org/
JavaScript
37
star
18

widget-core

πŸš€ Dojo 2 - widget authoring system.
TypeScript
34
star
19

dijit-themes

Dojo 1 - modern themes
CSS
29
star
20

typings

Dojo 1 - TypeScript Typings (including Dijit and DojoX)
TypeScript
28
star
21

cli

πŸš€ Dojo - command line tooling.
TypeScript
25
star
22

dojo.io

Dojo - source for the dojo.io website
TypeScript
17
star
23

loader

πŸš€ Dojo 2 - AMD loader.
TypeScript
15
star
24

routing

πŸš€ Dojo 2 - routing library.
TypeScript
14
star
25

shim

πŸš€ Dojo 2 - provides modular fills of ES6+ functionality.
TypeScript
14
star
26

cli-create-app

πŸš€ Dojo - cli command for creating app boilerplates.
TypeScript
12
star
27

dom

**DEPRECATED** Dojo 2 - DOM utilities.
TypeScript
12
star
28

dapi

Dojo 1 - API viewer.
CSS
11
star
29

themes

Dojo Framework Themes
CSS
11
star
30

gfx

Dojo 1 - AMD-based Graphics Toolkit.
JavaScript
9
star
31

cli-build-app

Command for building Dojo applications
TypeScript
9
star
32

compose

**DEPRECATED** Dojo 2 - composition library.
TypeScript
8
star
33

app

πŸš€ Dojo 2 - an application framework.
TypeScript
8
star
34

dgauges

Dojo 1 - gauges Framework.
JavaScript
8
star
35

crypto

πŸš€ Dojo 2 - cryptography utilities.
JavaScript
7
star
36

dgrid

πŸš€ Dojo 2 - reactive, extensible grid widget.
TypeScript
7
star
37

dojo-website

Dojo 1 - website for Dojo Toolkit 1.x to 2.x transition.
JavaScript
6
star
38

dojo-package-template

Dojo 2 - template to clone for creating packages (internal use)
TypeScript
6
star
39

i18n

πŸš€ Dojo 2 - internationalization library.
TypeScript
6
star
40

cli-build-widget

Command for building Dojo widgets
TypeScript
6
star
41

site

Documentation site for https://github.com/dojo/framework
TypeScript
6
star
42

stores

πŸš€ Dojo 2 - data stores.
TypeScript
5
star
43

actions

πŸš€ Dojo 2 - a command library.
TypeScript
5
star
44

grunt-dojo2

Dojo 2 - Grunt tasks and configuration (internal use)
TypeScript
4
star
45

cli-build-webpack

πŸš€ **DEPRECATED** Dojo 2 - cli command for building applications
TypeScript
4
star
46

streams

πŸš€ Dojo 2 - WHATWG compliant streams.
TypeScript
4
star
47

parser

πŸš€ Dojo 2 - library for declaratively instantiating widgets.
TypeScript
3
star
48

tools

Additional tools and utilities for use with dojo/framework
TypeScript
3
star
49

web-editor

πŸš€ Making it easy to explore Dojo 2 in a browser
TypeScript
3
star
50

parade

TypeScript
3
star
51

dojo-codesandbox-template

The https://codesandbox.io template for Dojo
TypeScript
3
star
52

webpack-contrib

Plugins and loaders for webpack used with Dojo
TypeScript
3
star
53

has

πŸš€ Dojo 2 - feature detection library.
TypeScript
3
star
54

cli-test-intern

πŸš€ Dojo - cli command for testing applications
TypeScript
2
star
55

cli-create-theme

This package provides tooling support for theme generation in Dojo.
TypeScript
2
star
56

dataviz

πŸš€ Dojo 2 - data vizualization package.
TypeScript
1
star
57

cli-create-widget

Dojo - cli command for creating widgets boilerplate.
TypeScript
1
star
58

labs

Early access to future and experimental Dojo features
TypeScript
1
star
59

scripts

TypeScript
1
star
60

interop

Provides bindings and interoperability between Dojo packages and other libraries
TypeScript
1
star
61

interfaces

πŸš€ Dojo 2 - common interfaces and types.
TypeScript
1
star