kimera

command module
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 16, 2021 License: MIT Imports: 4 Imported by: 0

README

Kimera.js

GitMoji Lines Of Code CodeQL Go Report Card

A super fast and lightweight JavaScript Runtime for Scripts.

Getting Started

// myScript.js
const asyncSayHello = async (text) => {
  console.log(text);
};

(async () => await asyncSayHello("Hello World!"))();
$ kimera run myScript.js
Hello World!

REPL

kimera
Installation
go install github.com/UltiRequiem/kimera@latest
License

This project is licensed under the MIT LICENSE.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL