release
alert
Auto-detect
Apple App Store
Rust Crate (Cargo)
Chocolatey Package
Docker Image
Debian Package (Bookworm)
Go Module
Ruby GEM
GitHub Repository
GitLab Repository
Maven Central
NPM Package
NuGet Package
Packagist Package
Python Package (PyPI)
VS Code Extension
WordPress Plugin
Search
/
Sign in
jonschlinkert/read-file
GitHub
github.com
github.com
Releases
0
Stars
9
Lightweight methods for reading from the file system, async and sync, with extras for stripping byte order marks and normalizing newlines.
Log in to subscribe
Releases
0
Links
1
Collections
0
Linked projects
read-file
NPM
Thin wrapper around fs.readFile and fs.readFileSync that also strips byte order marks when `utf8` encoding is chosen. Also optionally replaces windows newlines with unix newlines.