cut_bom

0.0.1 • Public • Published

Cut BOM

Cut the BOM for your file.

Usage

$ npm install cut_bom -g
$ cut_bom package.json
$ cut_bom index.js

Scripting

var cut = require('cut_bom');
cut("/path/to/your/file.js", function (err) {
  // done.
});

License

The MIT License. Enjoy open sources.

Dependents (0)

Package Sidebar

Install

npm i cut_bom

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • jacksontian