0.01
The project is in a healthy, maintained state
This is a tool that behaves like a CLI application. The tool can track RB files in real time and transpile them into JS files. RubyJS-Vite has its own ecosystem and various plugins can be added. This tool can also communicate with Vite tool for easier web development. Read the documentation for more information.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 3.8
~> 5.1
 Project Readme

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