Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rmlzy/package-any-website
A simple way to package desktop applications.
https://github.com/rmlzy/package-any-website
electron package-manager
Last synced: 3 months ago
JSON representation
A simple way to package desktop applications.
- Host: GitHub
- URL: https://github.com/rmlzy/package-any-website
- Owner: rmlzy
- Created: 2019-02-25T08:22:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-25T06:20:45.000Z (over 5 years ago)
- Last Synced: 2023-03-04T17:36:44.034Z (almost 2 years ago)
- Topics: electron, package-manager
- Language: JavaScript
- Homepage:
- Size: 781 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# package-any-website
A simple way to package desktop applications.
![](./doc/how-to-use.gif)
## Getting Started
### Clone this repo
```
git clone https://github.com/rmlzy/package-any-website.git
```### Installing Dependencies
A step by step series of examples that tell you how to get a development env running
Say what the step will be
```bash
cd package-any-website
yarn install
```### Run `start` script
```bash
npm start# Then answer the questions according to the prompt.
```## Built With
* [electron](https://github.com/electron/electron) - The cross-platform framework used
* [electron-builder](https://github.com/electron-userland/electron-builder) - A package tool
* [shelljs](https://github.com/shelljs/shelljs) - Run shell commands in node.js## License
WTFPL