# add-bom **Repository Path**: mirrors_nolanlawson/add-bom ## Basic Information - **Project Name**: add-bom - **Description**: Add BOM markers to UTF-8 file. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Add BOM markers to file A simple cli utility to add BOM markers to UTF-8 files. Good for using in npm builds. ### Usage ``` npm install add-bom --save-dev ``` Then you can ``` node add-bom.js -f file-without-bom.js ``` or from the npm script section of package.json ``` add-bom -f file-without-bom.js ```