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 13
13
- Built-in Risor modules for additional functionality
14
14
- [ Worker pool] ( https://github.com/rubiojr/risor-libs/blob/main/docs/pool.md )
15
15
- [ 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 )
16
17
- Easy project initialization and management
17
18
- Built-in SQLite support with FTS5
18
19
- Ability to external Risor native modules:
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ cli.app({
161
161
os.write_file(filepath.join(libdir,"README.md"), "Drop your .risor files here.")
162
162
print('Created new RSX project in {name}. cd {name} to get started.')
163
163
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.")
165
165
},
166
166
}),
167
167
cli.command({
You can’t perform that action at this time.
0 commit comments