deno/README.md

16 lines
323 B
Markdown
Raw Normal View History

2018-05-18 16:25:59 +00:00
# deno
[![Build Status](https://travis-ci.com/propelml/deno.svg?token=eWz4oGVxypBGsz78gdKp&branch=master)](https://travis-ci.com/propelml/deno)
2018-05-19 09:53:29 +00:00
An opinionated JavaScript runtime
2018-05-18 16:25:59 +00:00
2018-05-19 09:53:29 +00:00
```bash
make deno # Builds the deno executable
make test # Runs the tests.
make fmt # Formats the code.
make clean # Cleans the build.
```