diff --git a/pages/common/nativefier.md b/pages/common/nativefier.md new file mode 100644 index 000000000..eeee4bae9 --- /dev/null +++ b/pages/common/nativefier.md @@ -0,0 +1,16 @@ +# nativefier + +> Command-line tool to create a desktop app for any web site with minimal configuration. +> More information . + +- Make a desktop app for a website: + +`nativefier {{url}}` + +- Create a desktop app with a custom name: + +`nativefier --name {{name}} {{url}}` + +- Use a custom icon, should be a PNG: + +`nativefier --icon {{path/to/icon.png}} {{url}}`