1.0.2 • Published 3 years ago

otox v1.0.2

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

Otox.js

🛠️ code runner working with web browser

Installation

you can install it with npm:

$ npm install otox -g
$ otox <command> --port=<port>

Example

example file

// runner.js

console.log("hello world!");
console.log("ping pong!");
$ otox node runner.js --port=8080

see the result: localhost:8080

img

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago