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
Обновлено 1/20/2026
Звёзды
1
Форки
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.

Установка
$ install --globalskills.sh
Использование

После установки вы можете использовать этот skill, выполнив следующую команду в терминале:

skills use bun-fs-helpers