Skip to content

little-core-labs/pkg-packager-appdmg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pkg-packager-appdmg

A pkg-packager to build macOS bundles (.app) and Apple Disk Images (DMG).

Installation

$ npm install pkg-packager-appdmg

Usage

TODO

$ echo 'console.log("hello world")' > hello.js
$ pkg-package --type appdmg hello.js ## assumes `macos` as host
$ open ./build/x64/macos/hello.dmg

License

MIT