home/categories/scripting/nathanvale-side-quest-marketplace-plugins-dev-toolkit-skills-bun-fs-helpers-skill-md
scriptingdevelopment

bun-fs-helpers

Pure Bun-native filesystem utilities from @sidequest/core/fs. Use when you need command-injection-safe filesystem operations, prefer Bun over node:fs, or want token-efficient fs helpers. All functions use Bun.spawn, Bun.file(), or Bun.write() - no node:fs dependencies.

nathanvale
maintainer
nathanvale
Mis à jour 1/20/2026
Étoiles
1
Forks
0
quick start

Installation and usage

Pure Bun-native filesystem utilities from @sidequest/core/fs. Use when you need command-injection-safe filesystem operations, prefer Bun over node:fs, or want token-efficient fs helpers. All functions use Bun.spawn, Bun.file(), or Bun.write() - no node:fs dependencies.

Installation
$ install --globalskills.sh
Utilisation

Après l'installation, vous pouvez utiliser ce skill en exécutant la commande suivante dans votre terminal :

skills use bun-fs-helpers