Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 1.33 KB

README.md

File metadata and controls

22 lines (15 loc) · 1.33 KB

RubyJS Vite

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.

Please note that this repository is now archived and no longer actively maintained.

Document

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

Contributors