Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cincheo/jsweet-eclipse-plugin
The official Eclipse plugin for the JSweet transpiler
https://github.com/cincheo/jsweet-eclipse-plugin
Last synced: about 2 months ago
JSON representation
The official Eclipse plugin for the JSweet transpiler
- Host: GitHub
- URL: https://github.com/cincheo/jsweet-eclipse-plugin
- Owner: cincheo
- License: apache-2.0
- Created: 2015-12-17T16:59:32.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-01-25T08:17:07.000Z (almost 4 years ago)
- Last Synced: 2024-04-18T02:15:05.642Z (9 months ago)
- Language: Java
- Homepage: http://www.jsweet.org
- Size: 17.6 MB
- Stars: 20
- Watchers: 6
- Forks: 10
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Eclipse plugin for the [JSweet transpiler](https://github.com/cincheo/jsweet)
![screenshot](http://www.jsweet.org/wp-content/uploads/2015/11/Screen-Shot-2016-05-25-at-20.53.42.png)
## Installation
- Under [Eclipse](https://eclipse.org/home/index.php), go to: `Help > Install New Software`.
- Press the "Add..." button to add the JSweet.org update site. Update site URL: `http://eclipse-update-site.jsweet.org`
- Follow the installation instructions (keep the default options) and restart Eclipse when prompted.## How to start from the quick start project
- Clone the [jsweet-quickstart](https://github.com/cincheo/jsweet-quickstart) project from Github and import it to your workspace.
- Right click on your newly added project: `Properties > JSweet > Enable project specific settings`. Set the generated JavaScript folder to `target/js`.
- Right click on your newly added project: `Configure > Enable JSweet builder`.
- Clean the project: the `target/js` should be populated.
- Right-click on `webapp/index.html` and choose `Open with > System editor`. If successful, your browser should popup an alert.