1.0.2 • Published 2 years ago

otox v1.0.2

Weekly downloads
-
License
-
Repository
github
Last release
2 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

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago