# active-expressions [![Build Status](https://travis-ci.org/onsetsu/active-expressions.svg?branch=master)](https://travis-ci.org/onsetsu/active-expressions)
Monitor expressions over the execution of a program

## Installation

As npm for Node.js:

```
$ npm install active-expressions --save
```

Or download the [bundle](https://raw.githubusercontent.com/onsetsu/active-expressions/master/dist/active-expressions.js) file.

## Building

```
$ npm run-script build
```

creates the *bundle* file in the `dist` folder.

## Testing

As npm package:

```
$ npm test
```
