Rodash
Lodash inspired Brightscript/ROPM utility for Roku apps
Install / Use
/learn @TKSS-Software/RodashREADME
Rodash is a Lodash inspired Brightscript/ROPM utility for Roku apps. Currently supporting over 200 utility functions!
This project is not affiliated with Lodash or the Tubitv/rodash project.
Installation
Using ropm
ropm install rodash@npm:@tkss/rodash
API Documentation (In Progress)
https://tkss-software.github.io/rodash/index.html
Usage Examples
Chunk
Brightscript
rodash_chunk(["a", "b", "c", "d"], 2)
Brighterscript
rodash.chunk(["a", "b", "c", "d"], 2)
Returns: [["a", "b"], ["c", "d"]]
Compact
Brightscript
rodash_compact([0, 1, false, 2, "", 3])
Brighterscript
rodash.compact([0, 1, false, 2, "", 3])
Returns: [1, 2, 3]
Shuffle & Slice
Brightscript
rodash_slice(rodash_shuffle([1,2,3,4,5,6,7,8,9,10]), 0, 4)
Brighterscript
rodash.slice(rodash.shuffle([1,2,3,4,5,6,7,8,9,10]), 0, 4)
Returns: [8, 3, 7, 5]
XOR
Brightscript
rodash_xor([[3, 10, 100], [100, 10, 2], [10, 500, 3]])
Brighterscript
rodash.xor([[3, 10, 100], [100, 10, 2], [10, 500, 3]])
Returns: [2, 500]
Brighterscript Support
If imported into a project that leverages the Brighterscript compiler, you can use rodash. lookups with auto-complete.

Development
Currently in development!
Related Skills
node-connect
351.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
110.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
351.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
351.2kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
