Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/little-core-labs/pkg-packager-appdmg
A pkg-packager builder for Apple Disk Images (DMG).
https://github.com/little-core-labs/pkg-packager-appdmg
app apple bundle disk dmg image pkg-packager
Last synced: 4 days ago
JSON representation
A pkg-packager builder for Apple Disk Images (DMG).
- Host: GitHub
- URL: https://github.com/little-core-labs/pkg-packager-appdmg
- Owner: little-core-labs
- License: mit
- Created: 2019-12-11T16:23:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-11T21:47:02.000Z (about 5 years ago)
- Last Synced: 2025-01-04T21:17:49.341Z (11 days ago)
- Topics: app, apple, bundle, disk, dmg, image, pkg-packager
- Language: JavaScript
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
pkg-packager-appdmg
===================> A [pkg-packager][pkg-packager] to build macOS bundles (.app) and Apple Disk Images (DMG).
## Installation
```sh
$ npm install pkg-packager-appdmg
```## Usage
> TODO
```js
$ 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
[pkg-packager]: https://github.com/little-core-labs/pkg-packager