czosel / jexl-playground

Interactive playground for JEXL (JavaScript Expression Language)

Home Page:http://czosel.github.io/jexl-playground/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jexl-playground

Interactive playground for Jexl. Try it here.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd jexl-playground
  • yarn install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Linting

  • yarn lint:hbs
  • yarn lint:js
  • yarn lint:js --fix

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

About

Interactive playground for JEXL (JavaScript Expression Language)

http://czosel.github.io/jexl-playground/


Languages

Language:JavaScript 64.1%Language:HTML 15.5%Language:CSS 11.0%Language:Handlebars 9.4%