Sindre Sorhus 1deeef641f 1.0.0
2017-03-28 00:36:33 +07:00
2017-03-28 00:35:11 +07:00
2017-03-28 00:35:11 +07:00
2017-03-28 00:35:11 +07:00
2017-03-28 00:35:11 +07:00
2017-03-28 00:35:11 +07:00
2017-03-28 00:35:11 +07:00
2017-03-28 00:35:11 +07:00
2017-03-28 00:35:11 +07:00
2017-03-28 00:35:11 +07:00
2017-03-28 00:36:33 +07:00
2017-03-28 00:35:11 +07:00
2017-03-28 00:35:11 +07:00
2017-03-28 00:35:11 +07:00
2017-03-28 00:35:11 +07:00

create-dmg Build Status

Create a DMG from an app (macOS)

This tool is intentionally opinionated and simple. I'm not interested in adding lots of options.

Install

$ npm install --global create-dmg

Usage

$ create-dmg --help

  Usage
    $ create-dmg <app>

  Example
    $ create-dmg 'Lungo.app'

DMG

The created DMG is code signed, requires macOS 10.11 or later, and has the filename ${appName} ${appVersion}.dmg, for example Lungo 1.0.0.dmg.

License

MIT © Sindre Sorhus

Description
Create a good-looking DMG for your macOS app in seconds
Readme
Languages
JavaScript 89.3%
R 10.7%