https://github.com/explooosion/natpp
Fast, simple, minimalist tool for create Web Apps to Desktop Apps.
https://github.com/explooosion/natpp
desktop-application electron nodejs windows
Last synced: 2 months ago
JSON representation
Fast, simple, minimalist tool for create Web Apps to Desktop Apps.
- Host: GitHub
- URL: https://github.com/explooosion/natpp
- Owner: explooosion
- Created: 2018-04-11T10:28:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-12T08:49:57.000Z (about 8 years ago)
- Last Synced: 2025-03-15T22:09:17.926Z (over 1 year ago)
- Topics: desktop-application, electron, nodejs, windows
- Language: JavaScript
- Homepage:
- Size: 218 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Natpp
Fast, simple, minimalist tool for create Web Apps to Desktop Apps.

## Installation
```bash
npm install natpp -g
```
## Features
- Create once use everywhere.
- Just create link.
- For Windows (I don't have MacBook).
- Arch auto check.
- Icon from web favicon (only support .ico).
## Usage
Create native app.
```bash
natpp http://www.example.com/
```
Custom app name.
```bash
natpp http://www.example.com/ -n myapp
```
Custom app window size.
```bash
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
```bash
natpp
```
or
```bash
natpp -h
```