What problem does it solve?
This Skill streamlines scripting and data handling tasks by leveraging the Bun runtime, providing access to fast JavaScript/TypeScript execution, file I/O, process execution, and native support for SQLite and common serialization formats.
Core Features & Use Cases
- Fast Runtime: Utilizes Bun's efficient JavaScript/TypeScript runtime for fast script execution.
- File I/O: Offers Bun-native APIs for file I/O operations.
- Process Execution: Executes system commands and subprocesses.
- SQLite Support: Allows direct database operations with SQLite.
- Use Case: Develop a script to automate data parsing from JSON, YAML, or TOML files and store the extracted data in a SQLite database.
Quick Start
Run the script 'data-parser.ts' to parse the 'data.json' file and save the parsed data to 'parsed-data.txt'.