mraineri / CSDLParser

A NodeJS CSDL parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSDLParser

Build Status Dependency Status Coverage Status Code Climate


Installation

This module is installed via npm:

npm install --save CSDLParser

Description

This module provides a simple interface to parse Common Schema Definition Language (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.

About

A NodeJS CSDL parser

License:Apache License 2.0


Languages

Language:JavaScript 100.0%