Show Menu
Cheatography

Node Webkit Cheat Sheet (DRAFT) by [deleted]

Node Webkite Cheat Sheet Reference

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Packag­ing­/Di­str­ibuting

For packag­ing­/di­str­ibu­ting, create packag­e.json in the root folder. The options is:
main
Main HTML file (Root).
name
Applic­ation Name (Without Space).
descri­ption
Applic­ation Descri­ption.
version
Applic­ation Version.
keywords
Applic­ation Keywords. (Object).
window
title
App Title. But, we can use the HTML Head Title Instead.
 
icon
App icon resource.
 
toolbar
Is toolbar shown? (true/false)
 
frame
Window Frame? (true/false)
 
width
Window Width.
 
height
Window Height.
 
position
First app show app coordi­nates location. (null, mouse or center)
 
min_width
Minimum Width.
 
min_height
Minimum Height.
 
max_width
Maximum Width
 
max_height
Maximum Height
 
resizeable
Is Resize­able? (true/false)
 
always­-on-top
On Top? (true/false)
 
fullscreen
Get fullsc­reen? (true/false)
 
show_i­n_t­askbar
Is shown on taskbar? (true/false)
 
show
If the app will hidden when start. (true/false)
 
kiosk
App will fullsc­reen, and try to prevent user to closing the apps. (Boolean)
 
transp­arent
Is apps transp­arent? (Boolean)
mainta­iners
App Mainta­iners.
(Object) [name, email, web]
contri­butors
App Contri­butors.
(Object)
bugs
URL for submitting bugs.
mailto or http
licenses
App Licenses
(Object) [type, url
reposi­tories
App Repo
(Object) [type, url, path]