0.1.4 • Published 6 years ago

natpp v0.1.4

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Natpp

Fast, simple, minimalist tool for create Web Apps to Desktop Apps.

Imgur

Installation

npm install natpp -g

Features

  • Create once use everywhere.
  • Just create link.
  • For Windows (I dont' have MacBook).
  • Arch auto check.
  • Icon from web favicon (only support .ico).

Usage

Create native app.

natpp http://www.example.com/

Custom app name.

natpp http://www.example.com/ -n myapp

Custom app window size.

natpp http://www.example.com/ -w 400 -h 600

Options

  • -n, --name value, Set app name (default: web hostname)
  • -w, --width value, Set app width (default: 800)
  • -h, --height value, Set app height (default: 600)
  • -d, --desc value, Set app description

Help

natpp

or

natpp -h