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: about 2 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-25T06:20:45.000Z (about 6 years ago)
- Last Synced: 2025-03-21T21:51:12.504Z (2 months ago)
- Topics: electron, package-manager
- Language: JavaScript
- Homepage:
- Size: 781 KB
- Stars: 6
- Watchers: 0
- 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.

## 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