mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
15 lines
323 B
Markdown
15 lines
323 B
Markdown
# 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.
|
|
```
|