File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1313- Built-in Risor modules for additional functionality
1414 - [ Worker pool] ( https://github.com/rubiojr/risor-libs/blob/main/docs/pool.md )
1515 - [ RSX] ( https://github.com/rubiojr/risor-libs/blob/main/docs/rsx.md )
16+ - [ Tests] ( https://github.com/rubiojr/risor-libs/blob/main/docs/test.md )
1617- Easy project initialization and management
1718- Built-in SQLite support with FTS5
1819- Ability to external Risor native modules:
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ cli.app({
161161 os.write_file(filepath.join(libdir,"README.md"), "Drop your .risor files here.")
162162 print('Created new RSX project in {name}. cd {name} to get started.')
163163 print("- 'rsx build' to build the project.")
164- print("- 'risor --modules lib main.risor ' to run the project.")
164+ print("- 'rsx run ' to run the project.")
165165 },
166166 }),
167167 cli.command({
You can’t perform that action at this time.
0 commit comments