diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -2,5 +2,14 @@ [](https://travis-ci.com/propelml/deno) -A simpler JavaScript runtime +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. +``` |