Skip to content

finnp/mkbom.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mkbom

Build Status

JavaScript implementation of the Mac OSX cli mkbom for creating Installers.

js-standard-style

Install with npm install mkbom.

Implementation adopted from the Open Source C++ work by @hoghliux: https://github.com/hogliux/bomutils

It's a first version and likely to have bugs. Tests currently only work on my machine because it compares files to a reference implementation with my local uid/gid/permissions.

usage

var mkbom = require('mkbom')
var fs = require('fs')

mkbom('./my/folder').pipe(fs.createWriteStream('./build/Bom'))

Command line interface

Install with npm install mkbom -g or npm link

usage: mkbomjs <path> [bomfile]

About

JS version of mkbom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published