https://github.com/danielesteban/frapp
An IDE for developing desktop apps using JavaScript
https://github.com/danielesteban/frapp
Last synced: over 1 year ago
JSON representation
An IDE for developing desktop apps using JavaScript
- Host: GitHub
- URL: https://github.com/danielesteban/frapp
- Owner: danielesteban
- License: gpl-3.0
- Created: 2013-12-28T04:14:25.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-05T20:41:48.000Z (over 12 years ago)
- Last Synced: 2025-02-13T05:34:38.967Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 777 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Frapp
=======
**An IDE for developing desktop apps using JavaScript.**
Its current state is very alpha but it shows the potential. It Lets you install Frapps, autoupdates them out, and lets you edit their source.
In the future, You will be able to also run the same Frapps in all the PhoneGap mobile platforms and it will automatically push your changes to github or generate pull-requests on the desktop versions.
The general idea is to have an environment for FreeApps with no digital handcuffs.
More to come...
## Downloads
v0.0.5 (Jan 02, 2014):
- Linux: [32bit](https://github.com/danielesteban/Frapp/releases/download/v0.0.5/Frapp-linux-ia32.zip) / [64bit](https://github.com/danielesteban/Frapp/releases/download/v0.0.5/Frapp-linux-x64.zip)
- Mac: [32bit, 10.6+](https://github.com/danielesteban/Frapp/releases/download/v0.0.5/Frapp-darwin.zip)
- Windows: [win32](https://github.com/danielesteban/Frapp/releases/download/v0.0.5/Frapp-win32.exe)
* * *

## Ecosystem
- [FrappBoilerplate](https://github.com/danielesteban/FrappBoilerplate): A Frapp Boilerplate with all modules ready to rock.
- [FrappDocs](https://github.com/danielesteban/FrappDocs): A documentation viewer.
- [FrappEditor](https://github.com/danielesteban/FrappEditor): A code editor (with auto-reload).
- [FrappHelloWorld](https://github.com/danielesteban/FrappHelloWorld): A hello-world Frapp. Just the basic template.
- [FrappInstaller](https://github.com/danielesteban/FrappInstaller): Frapp Installer/Updater UI
- [FrappSignin](https://github.com/danielesteban/FrappSignin): Sign-In to Github UI
- [FrappMenu](https://github.com/danielesteban/FrappMenu): A menu of installed Frapps, with some extra features.
## License
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the [GNU General Public License](https://github.com/danielesteban/Frapp/blob/master/LICENSE) along with this program. If not, see .
This work is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License](https://github.com/danielesteban/Frapp/blob/master/LICENSE).
_Inspired by the ideas of Kenneth Bentley_