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

/add-bom/

    Package Sidebar

    Install

    npm i add-bom

    Weekly Downloads

    6

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • cyxou