# rioct-cli Rioct-cli is the command line compiler tool that turns `.html` templates into actual React JavaScript code. ## Install Install from `npm` with: ``` npm install -g rioct-cli ``` ## Usage ``` rioct filename.html [options] ``` if compiled successfully, it will produce the following files: - `filename.rt` intermediate file (for debugging purposes) - `filename.tag.js` the compiled javascript template ## Options - `--trace` catches all runtime errors and dumps them to the console. This option wraps template expression and all possible faulty code around a `try`/`catch` block, allowing to intercept exceptions and reporting them to console (normal behaviour is that runtime errors get "swallowed" by `react`). - `--use-rioct-rutime` adds the dependency `rioct` for managing extra features like: - `