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

https://github.com/lostintime/node-path-dsl

Path parsing and matching DSL for TypeScript
https://github.com/lostintime/node-path-dsl

Last synced: over 1 year ago
JSON representation

Path parsing and matching DSL for TypeScript

Awesome Lists containing this project

README

          

Path DSL
========

[![Travis](https://img.shields.io/travis/lostintime/node-path-dsl.svg)](https://travis-ci.org/lostintime/node-path-dsl)
[![Coverage Status](https://codecov.io/gh/lostintime/node-path-dsl/coverage.svg?branch=master)](https://codecov.io/gh/lostintime/node-path-dsl?branch=master)
[![Greenkeeper badge](https://badges.greenkeeper.io/lostintime/node-path-dsl.svg)](https://greenkeeper.io/)

Path parsing and matching DSL.

## Installation

```bash
npm install --save "path-dsl"
```