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

https://github.com/notninja/els

Expression language syntax for JavaScript
https://github.com/notninja/els

Last synced: 4 days ago
JSON representation

Expression language syntax for JavaScript

Awesome Lists containing this project

README

          

8888888888 888 .d8888b.
888 888 d88P Y88b
888 888 Y88b.
8888888 888 "Y888b.
888 888 "Y88b.
888 888 "888
888 888 Y88b d88P
8888888888 88888888 "Y8888P"

[ELS](https://github.com/NotNinja/els) is an expression language syntax just for JavaScript.

[![Build Status](https://img.shields.io/travis/NotNinja/els/develop.svg?style=flat-square)](https://travis-ci.org/NotNinja/els)
[![Dev Dependency Status](https://img.shields.io/david/dev/NotNinja/els.svg?style=flat-square)](https://david-dm.org/NotNinja/els?type=dev)
[![License](https://img.shields.io/npm/l/els.svg?style=flat-square)](https://github.com/NotNinja/els/blob/master/LICENSE.md)
[![Release](https://img.shields.io/npm/v/els.svg?style=flat-square)](https://www.npmjs.com/package/els)

> This project is currently very much a work in progress and is not yet fully functional

* [Install](#install)
* [API](#api)
* [Bugs](#bugs)
* [Contributors](#contributors)
* [License](#license)

## Install

Install using the package manager for your desired environment(s):

``` bash
$ npm install --save els
# OR:
$ bower install --save els
```

If you want to simply download the file to be used in the browser you can find them below:

* [Development Version](https://cdn.rawgit.com/NotNinja/els/master/dist/els.js) (TODO - [Source Map](https://cdn.rawgit.com/NotNinja/els/master/dist/els.js.map))
* [Production Version](https://cdn.rawgit.com/NotNinja/els/master/dist/els.min.js) (TODO - [Source Map](https://cdn.rawgit.com/NotNinja/els/master/dist/els.min.js.map))

## API

TODO: Document

## Bugs

If you have any problems with ELS or would like to see changes currently in development you can do so
[here](https://github.com/NotNinja/els/issues).

## Contributors

If you want to contribute, you're a legend! Information on how you can do so can be found in
[CONTRIBUTING.md](https://github.com/NotNinja/els/blob/master/CONTRIBUTING.md). We want your suggestions and pull
requests!

A list of ELS contributors can be found in [AUTHORS.md](https://github.com/NotNinja/els/blob/master/AUTHORS.md).

## License

See [LICENSE.md](https://github.com/NotNinja/els/raw/master/LICENSE.md) for more information on our MIT license.

[![Copyright !ninja](https://cdn.rawgit.com/NotNinja/branding/master/assets/copyright/base/not-ninja-copyright-186x25.png)](https://not.ninja)