Skip to content

TheWilley/reval

Repository files navigation

reval

Quick and easy evaluation of expressions.

Tests

FeaturesIntroductionGetting StartedLicense

Features

  • Evalutate multiple expressions at the same time
  • Built-in support for JavaScript (sandboxed), math.js, regex replace, and more
  • Save and load your expressions
  • Minimal user interface

Introduction

I was getting tired of creating a new HTML file each time I needed to quickly test out things in JavaScript, so I initially created this web app to fulfill that purpose. It has since then grown into a dynamic system which support a variety of functionalities, such as evaluation of math and regex expressions.

Getting Started

Simply go to the official webpage to get started, or run the app yourself by following these steps:

# Clone this repository
$ git clone https://github.com/thewilley/reval.git

# Go into the repository
$ cd reval

# Install dependencies
$ npm i

# Run tests
$ npm run test

# Start development server
$ npm run dev

# Build for production
$ npm run build

Creating custom plugins

See the documentation.

License

MIT