UNPKG

774 BMarkdownView Raw
1# 2app
2
3Convert web projects into native desktop apps for MacOSX, Linux and Windows useing Electron.
4
5## Installation
6
7```
8npm install 2app -g
9```
10
11## Usage
12
13```
142app [Command]
15```
16
17Available Commands:
18* `create`
19* `pack [src path]`
20
21Example Usage:
22* Create a template file in your current directory: `2app create`
23* Pack a finished project into native app: `2app pack ./myProject`
24
25
26
27## Contributing
28
291. Fork it!
302. Create your feature branch: `git checkout -b my-new-feature`
313. Commit your changes: `git commit -am 'Add some feature'`
324. Push to the branch: `git push origin my-new-feature`
335. Submit a pull request :D
34
35## History
36
37TODO: Write history
38
39## Credits
40
41TODO: Write credits
42
43## License
44
45This project is available under the MIT license. See LICENSE for details.
\No newline at end of file