https://github.com/haochuan/2app
Convert web projects into native desktop apps for MacOSX, Linux and Windows
https://github.com/haochuan/2app
electron javascript native
Last synced: about 1 month ago
JSON representation
Convert web projects into native desktop apps for MacOSX, Linux and Windows
- Host: GitHub
- URL: https://github.com/haochuan/2app
- Owner: haochuan
- License: mit
- Created: 2015-06-08T06:48:21.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2019-01-04T07:02:02.000Z (over 7 years ago)
- Last Synced: 2025-07-08T07:20:17.779Z (12 months ago)
- Topics: electron, javascript, native
- Language: JavaScript
- Homepage:
- Size: 854 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 2app
Convert web projects into native desktop apps for MacOSX, Linux and Windows using Electron.
## Installation
```
npm install 2app -g
```
## Usage
```
2app [Command]
```
Available Commands:
* `create`
* `pack [src path]`
Example Usage:
* Create a template file in your current directory: `2app create`
* Pack a finished project into native app: `2app pack ./myProject`
## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D
## History
TODO: Write history
## Credits
TODO: Write credits
## License
This project is available under the MIT license. See LICENSE for details.