mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 17:34:47 -05:00
15 lines
323 B
Markdown
15 lines
323 B
Markdown
# deno
|
|
|
|
[](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.
|
|
```
|