0.0.9 • Published 17 days ago

url2app v0.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
17 days ago

Url 2 App

url2app is a tool to convert a url into a desktop application. It is based on a rust crate tauri.

This script currently only support macOS.

Installation

  1. Install node.js and rust
  2. Install this tool npm install url2app -g
  3. Use url2app command in your console!

Usage

$ url2app [options]

Options

OptionDescriptionDefault Value
-v, --versionoutput the version number
-u, --url <url>target url to convert
-n, --name <name>the name of this application
-i, --icon-path <icon_path...>the icon paths for the applicationnpm.io
-d, --description <description>a short description for this applicationA desktop application for the website.
-a, --author <author>the author of this applicationyour user name on the computer
-w, --width <width>the default width of the window800
-h, --height <height>the default height of the window600
-f, --fullscreenif the window will be fullscreen when openfalse
-r, --resizeif the window can be resizedtrue
-o, --output-dir <output_path>the dir that will store the file createdthe path of this module
-id, --identifier <identifier>the bundle identifier for this applicationgenerated by name
--debugremain all the files created while generationfalse
--helpdisplay help for command
0.0.9

17 days ago

0.0.8

6 months ago

0.0.5

7 months ago

0.0.7

6 months ago

0.0.6

6 months ago

0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago