Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pboyd04 committed Nov 18, 2016
1 parent ee0c7f8 commit c321215
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# CSDLParser
========

[![Build Status](https://travis-ci.org/pboyd04/CSDLParser.svg?branch=master)](https://travis-ci.org/pboyd04/CSDLParser)
[![Dependency Status](https://david-dm.org/pboyd04/CSDLParser.svg)](https://david-dm.org/pboyd04/CSDLParser)

---

## Installation

This module is installed via npm:

```
npm install --save CSDLParser
```

## Description

This module provides a simple interface to parse [Common Schema Definition Language](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part3-csdl.html) (CSDL) files as defined by the OData v4 specification. This module was originally written to provide a more comprehensive test suite for projects utilizing CSDL for typing, but could also be used by OData clients to obtain type information.

0 comments on commit c321215

Please sign in to comment.