Forrest logo
back to context overview

pake

List of commands for pake:

  • pake:tldr:44f30 pake: Package a web page with a specific window size.
    $ pake --width ${800} --height ${600} ${https:--www-google-com-}
    try on your machine
    explain this command
  • pake:tldr:73235 pake: Package a web page with a custom application name and icon.
    $ pake --name ${Google} --icon ${path-to-icon-ico} ${https:--www-google-com-}
    try on your machine
    explain this command
  • pake:tldr:b0fb7 pake: Package a web page with a non-resizable window.
    $ pake --no-resizable ${https:--www-google-com-}
    try on your machine
    explain this command
  • pake:tldr:c7935 pake: Package a web page.
    $ pake ${https:--www-google-com-}
    try on your machine
    explain this command
  • pake:tldr:f258a pake: Package a web page with fullscreen mode.
    $ pake --fullscreen ${https:--www-google-com-}
    try on your machine
    explain this command
  • pake:tldr:fe714 pake: Package a web page with a transparent title bar.
    $ pake --transparent ${https:--www-google-com-}
    try on your machine
    explain this command
back to context overview