bomify
v0.1.2
Published
a simple command to add UTF-8 BOM (Byte Order Mark) to input.
Readme
bomify
- bomify is a simple command to add UTF-8 BOM (Byte Order Mark) to input.
Installation
go install github.com/syumai/cli/bomify@latestor
npm install -g bomify
# or without install
npx bomifyUsage
cat file.csv | bomify > file_with_bom.csvLicense
MIT
Author
syumai
