Crates.io | ryver |
lib.rs | ryver |
version | 0.1.2 |
source | src |
created_at | 2024-04-06 23:53:36.877598 |
updated_at | 2024-04-07 23:40:48.99534 |
description | A Cli that generates luau/ts files from spreadsheets |
homepage | https://github.com/piquu/ryver |
repository | https://github.com/piquu/ryver |
max_upload_size | |
id | 1198630 |
size | 33,466 |
A Cli that generates luau/ts files from spreadsheets
Add an entry to the [tools]
section of aftman.toml
:
river = "piquu/ryver@0.1.2"
Or use the aftman
Cli to add it:
aftman add piquu/ryver
cargo install ryver
-f
, --file <FILE>
.xlsx
, .xlsm
, .xlsb
, .xls
-o
, --out <FOLDER>
-s
, --sheet <SHEET>
-i
, --ignore-sheet
--table-name <NUMBER>
-n
, --no-type
export type ...
/export interface ...
to the luau/ts file-t
, --typescript
ryver -f example.xlsx -o ./out
ryver -f test.xlsx -o ./out -s Sheet1 -s Sheet2 --table-name 2 -t -n
Ryver is licensed under the MIT license.