Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neutralinojs/neutralinojs-cli-appify
Convert any SPA to a lightweight desktop app - Appify plugin for neu-cli
https://github.com/neutralinojs/neutralinojs-cli-appify
cli-plugin cross-platform hacktoberfest neutralinojs
Last synced: 3 months ago
JSON representation
Convert any SPA to a lightweight desktop app - Appify plugin for neu-cli
- Host: GitHub
- URL: https://github.com/neutralinojs/neutralinojs-cli-appify
- Owner: neutralinojs
- License: mit
- Created: 2020-05-17T03:33:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-05T13:21:42.000Z (over 1 year ago)
- Last Synced: 2024-05-22T11:03:33.496Z (6 months ago)
- Topics: cli-plugin, cross-platform, hacktoberfest, neutralinojs
- Language: Python
- Homepage: https://www.npmjs.com/package/@neutralinojs/appify
- Size: 26.4 KB
- Stars: 23
- Watchers: 3
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-neutralino - Neu Appify - Convert any SPA to a lightweight desktop app - Appify plugin for neu-cli (Tools / For Neutralino)
README
# neutralinojs-cli-appify
![npm](https://img.shields.io/npm/v/@neutralinojs/appify)
![npm](https://img.shields.io/npm/dt/@neutralinojs/appify)Convert any SPA to a lightweight desktop app - Appify plugin for neu-cli
### How to install
Install neu-cli
```bash
npm install -g @neutralinojs/neu
```Add appify plugin
```bash
neu plugins --add @neutralinojs/appify
```Appify any web application, as shown in the following examples:
```bash
neu appify https://codezri.org/movieszri
neu appify --title "MoviesZri app" https://codezri.org/movieszri
```### How to uninstall
Remove appify plugin
```bash
neu plugins --remove @neutralinojs/appify
```### Appify is a plugin for neu
Check neu CLI plugin documentation [here](https://neutralino.js.org/docs/cli/neu-cli/#plugins) for more information about neu plugins.