lsbom

1.0.1 • Public • Published

lsbom

NPM Build Status

JavaScript version of Mac OS X lsbom, based on the C++ project bomutils.

var lsbom = require('lsbom')
var fs = require('fs')
 
var bom = fs.readFileSync('Bomfile')
 
var files = lsbom(bom) // returns an array of file objects

You can also use it on the command line.

Usage: lsbom [--json] [--ndjson]

Readme

Keywords

Package Sidebar

Install

npm i lsbom

Weekly Downloads

7

Version

1.0.1

License

ISC

Last publish

Collaborators

  • finnpauls