add-bom

1.0.0 • Public • Published

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

Dependencies (2)

Dev Dependencies (5)

Package Sidebar

Install

npm i add-bom

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • cyxou