snipbuild is a build tool for bundling HyperSnips snippets with TypeScript support for global blocks. Current stable version is 0.3.1. It uses Rolldown under the hood to bundle TypeScript globals into snippets, supports splitting code across files, and enables use of standard JS/TS tooling like Vitest for testing. Unlike manual snippet writing, snipbuild allows maintaining complex snippet collections with shared common snippets via #include and proper TypeScript compilation. The tool is actively maintained with recent updates on npm.
npm install snipbuildNo compatibility data collected yet for this library.
Install and run snipbuild to generate bundled HyperSnips snippets from source files, then link output to editors.
Use `export function` or `export const` instead of `export default`.
Remove 'global...endglobal' from .hsnips snippet blocks; define globals in src/globals/[LANGUAGE].ts.
Use mklink /D on Windows or copy files manually.
Change to named exports: export function myHelper() { ... }Run npm install -D snipbuild and use npx snipbuild or add to package.json scripts.
No dependency data recorded yet.