natpp
v0.1.4
Published
Fast, simple, minimalist tool for create Web Apps to Desktop Apps.
Downloads
2
Readme
Natpp
Fast, simple, minimalist tool for create Web Apps to Desktop Apps.
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