Skip to content

Commit c321215

Browse files
authored
Update README.md
1 parent ee0c7f8 commit c321215

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# CSDLParser
2-
========
32

43
[![Build Status](https://travis-ci.org/pboyd04/CSDLParser.svg?branch=master)](https://travis-ci.org/pboyd04/CSDLParser)
54
[![Dependency Status](https://david-dm.org/pboyd04/CSDLParser.svg)](https://david-dm.org/pboyd04/CSDLParser)
5+
6+
---
7+
8+
## Installation
9+
10+
This module is installed via npm:
11+
12+
```
13+
npm install --save CSDLParser
14+
```
15+
16+
## Description
17+
18+
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 commit comments

Comments
 (0)