Alfus / cel-playground

Quickly test Common Expression Language (CEL)

Home Page:https://playcel.undistro.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CEL Playground

GitHub Go Report Card

CEL Playground is an interactive WebAssembly (Wasm) powered environment to explore and experiment with the Common Expression Language (CEL). It provides a simple and user-friendly interface to write and quickly evaluate CEL expressions.

CEL libraries

CEL Playground is built by compiling Go code to WebAssembly and includes the following libraries that are available in the environment:

Take a look at all the environment options.

Development

Build the Wasm binary:

make build

Serve the static files:

make serve

Contributing

We appreciate your contribution. Please refer to our contributing guideline for further information. This project adheres to the Contributor Covenant code of conduct.

License

CEL Playground is available under the Apache 2.0 license. See the LICENSE file for more info.

About

Quickly test Common Expression Language (CEL)

https://playcel.undistro.io

License:Apache License 2.0


Languages

Language:Go 30.8%Language:CSS 23.5%Language:JavaScript 21.9%Language:HTML 14.5%Language:Makefile 9.3%