jstime

Another JavaScript Runtime

jstime logo. Kinda looks like shrek

Using the binary

You can find the latest jstime binary on the release page

Alternatively you can install with cargo

bash $ cargo install jstime

As a repl

```bash $ jstime

Welcome to jstime!

> ```

Run a script

```bash $ cat hello-world.js console.log("hello world");

$ jstime hello-world.js hello world

```

Current Project Team Members

for information about the governance of the jstime project, see GOVERNANCE.md.

Chair

Collaborators

TODO