====== nativefier ====== * https://github.com/nativefier/nativefier * Web 페이지를 native 앱으로 바꿔준다. * [[https://github.com/nativefier/nativefier/blob/master/API.md|nativefier API]] ===== Install ===== brew install nativefier ===== 애플리케이션 생성 ===== * [[https://github.com/nativefier/nativefier/blob/master/CATALOG.md|Build Commands Catalog]] * [[https://www.addictivetips.com/ubuntu-linux-tips/nativefier-turn-websites-into-linux-apps/|How to use Nativefier to turn websites into Linux apps]] # Make an app from and set the application name to nativefier -n # Make an app from for the OS and # CPU architecture nativefier -p -a # kanbanflow.com exmpale nativefier --name=kanbanflow --tray --single-instance https://kanbanflow.com/ * 생성후 [[linux:alacarte|alacarte]] 로 메뉴를 생성해주면 된다. ===== upgrade ===== * [[:electron|Electron]]이 업그레이드 되는 것을 반영해준다. # Upgrade (in place) the existing Nativefier app at nativefier --upgrade # 특정 디렉토리로 이동해서 . 으로 처리해도 된다. nativefier --upgrade .