0.1.0 • Published 1 year ago

url2app v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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.1.0

1 year ago

0.0.9

1 year ago

0.0.8

2 years ago

0.0.5

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago