summaryrefslogtreecommitdiff
path: root/README.md
blob: f53bca53468f2bfa5efccaf1da46e5c6603010ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# deno

[![Build Status](https://travis-ci.com/propelml/deno.svg?token=eWz4oGVxypBGsz78gdKp&branch=master)](https://travis-ci.com/propelml/deno)

An opinionated JavaScript runtime

```bash
make deno # Builds the deno executable

make test # Runs the tests.

make fmt # Formats the code.

make clean # Cleans the build.
```