Skip to content

nolanlawson/add-bom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Add BOM markers to UTF-8 file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%