A collection of utility functions for build processes, including file manipulation, path resolution, and environment configuration. Current stable version is 1.4.5 with monthly releases. Provides typed, ESM-first helpers for Node.js build scripts, focusing on simplicity and zero dependencies. Differentiates from similar tools (e.g., shelljs) by offering a modern, promise-based API without CLI overhead.
npm install herb-build-utilsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates resolving a path, reading JSON, modifying, and writing back using promise-based utilities.
Use `import` syntax and set `"type": "module"` in package.json.
Always `await` calls or chain `.then()`.
Use `readFile` and `writeFile` with `JSON.parse/stringify` instead.
Run `npm install herb-build-utils`.
Convert to `import` or use dynamic `import()`.
Use `import { resolvePath } from 'herb-build-utils'`.No dependency data recorded yet.