An open API service indexing awesome lists of open source software.

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

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.