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
- Host: GitHub
- URL: https://github.com/notninja/els
- Owner: NotNinja
- License: mit
- Created: 2014-10-07T18:06:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-06-10T15:32:59.000Z (about 9 years ago)
- Last Synced: 2025-02-09T15:37:56.718Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 323 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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.
[](https://travis-ci.org/NotNinja/els)
[](https://david-dm.org/NotNinja/els?type=dev)
[](https://github.com/NotNinja/els/blob/master/LICENSE.md)
[](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.
[](https://not.ninja)