filipvrba / ruby-js

Using this translation tool, you can run Vite server and write code in Ruby syntax using JS API.

Home Page:https://filipvrba.github.io/ruby-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RubyJS Vite

License

This tool is written in Ruby which uses a library to transpile Ruby script into JavaScript. To give you a better idea of what this CLI application does, it can track files with the extension '.*.rb' in real time and transpile them to another file with native JS script (note that the extension has a star and this indicates the type of file we want to save the transpiled script to).

This is a newer version that has changed the architecture of the code and it is possible to implement custom plugins to extend the functionality of RubyJS-Vite. Therefore, you need to take care that since version 2.0.0 everything is different and if you are using an older version. So I recommend to look at another branch marked with version 1.1, or upgrade to a newer version.

Document

For more information for the newer version of RubyJS-Vite, see the online document.

Contributors

About

Using this translation tool, you can run Vite server and write code in Ruby syntax using JS API.

https://filipvrba.github.io/ruby-js

License:MIT License


Languages

Language:Ruby 48.3%Language:HTML 39.3%Language:JavaScript 10.2%Language:CSS 2.0%Language:Shell 0.2%