Console heaven / bartosz.maciejewski
この記事は 2016/03/13 時点のものです。
Contents(目次)
事前準備
- node.jsのインストール(home-brewとか入れてあれば “brew install node” でOK
セットアップ
nativefierのセットアップ
npmを使ってインストール
npm install nativefier
アプリケーションの作成
こんな感じで叩けばOK。以下はtrelloを作ってみた時。
nativefier --name "Trello" --icon trello.icns -b --honest "https://trello.com/"
参考記事