An open API service indexing awesome lists of open source software.

https://github.com/dojo/parser

:rocket: Dojo 2 - library for declaratively instantiating widgets.
https://github.com/dojo/parser

deprecated

Last synced: 4 months ago
JSON representation

:rocket: Dojo 2 - library for declaratively instantiating widgets.

Awesome Lists containing this project

README

          

# dojo-parser

[![Build Status](https://travis-ci.org/dojo/parser.svg?branch=master)](https://travis-ci.org/dojo/parser)
[![codecov.io](https://codecov.io/github/dojo/parser/coverage.svg?branch=master)](https://codecov.io/github/dojo/parser?branch=master)
[![npm version](https://badge.fury.io/js/dojo-parser.svg)](https://badge.fury.io/js/dojo-parser)

A package for declaratively instantiating widgets.

**WARNING** This package is *deprecated* in favor of functionality found elsewhere in Dojo 2. This package is not being further developed at this time as its feature set is redundant with other capabilities.

## Features

TODO: Add sections on features of this package

## How do I use this package?

TODO: Add appropriate usage and instruction guidelines

## How do I contribute?

We appreciate your interest! Please see the [Guidelines Repository](https://github.com/dojo/guidelines#readme) for the
Contributing Guidelines and Style Guide.

## Testing

Test cases MUST be written using [Intern](https://theintern.github.io) using the Object test interface and Assert assertion interface.

90% branch coverage MUST be provided for all code submitted to this repository, as reported by istanbul’s combined coverage results for all supported platforms.

## Licensing information

TODO: If third-party code was used to write this library, make a list of project names and licenses here

* [Third-party lib one](https//github.com/foo/bar) ([New BSD](http://opensource.org/licenses/BSD-3-Clause))

© 2004–2017 [JS Foundation](http://js.foundation/) & contributors. [New BSD](http://opensource.org/licenses/BSD-3-Clause) license.