# @codemod-utils/files

> Utilities for handling files

Latest version **4.1.0** (published 2026-07-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install @codemod-utils/files
pnpm add @codemod-utils/files
yarn add @codemod-utils/files
bun add @codemod-utils/files
```

## Health

**Score 70/100 (B)** — status: active.

Positive: has types; esm support; no vulnerabilities; recently updated; high maintenance score; high quality score.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 4.1.0 |
| Published | 2026-07-07 |
| First published | 2023-05-17 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | 22.* \|\| >= 24 |
| Dependencies | 1 |
| Unpacked size | 25 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 22 |
| Author | Isaac J. Lee |
| Maintainers | ijlee2 |
| Keywords | codemod, ember-codemod |

## Links

- npm: https://www.npmjs.com/package/@codemod-utils/files
- Repository: https://github.com/ijlee2/codemod-utils
- Homepage: https://codemod-utils.netlify.app/
- Issues: https://github.com/ijlee2/codemod-utils/issues
- npm.io page: https://npm.io/package/@codemod-utils/files

## Dependencies (1)

- [glob](https://npm.io/package/glob.md) ^13.0.6

## Recent versions

- 4.1.0 (latest) — 2026-07-07
- 4.0.1 — 2026-03-30
- 4.0.0 — 2026-02-23
- 3.2.8 — 2026-02-12
- 3.2.7 — 2026-02-12
- 3.2.6 — 2026-02-11
- 3.2.5 — 2026-02-04
- 3.2.4 — 2026-01-28
- 3.2.3 — 2025-12-29
- 3.2.2 — 2025-12-16
- 3.2.1 — 2025-12-05
- 3.2.0 — 2025-12-05
- 3.1.1 — 2025-12-05
- 3.1.0 — 2025-12-04
- 3.0.6 — 2025-11-19
- … 29 more at https://npm.io/package/@codemod-utils/files/versions

## README

[![This project uses GitHub Actions for continuous integration.](https://github.com/ijlee2/codemod-utils/actions/workflows/ci.yml/badge.svg)](https://github.com/ijlee2/codemod-utils/actions/workflows/ci.yml)

# @codemod-utils/files

_Utilities for handling files_


## What is it?

`@codemod-utils/files` wraps the synchronous methods from `node:fs`, `node:path`, and `glob` to help you update many files in the same way.


## Documentation

Visit https://codemod-utils.netlify.app/docs/packages/codemod-utils-files.


## Compatibility

- Node.js v22 or above


## Contributing

See the [Contributing](../../CONTRIBUTING.md) guide for details.


## License

This project is licensed under the [MIT License](./LICENSE.md).

---
_Source: https://npm.io/package/@codemod-utils/files · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
