mirror of
https://github.com/cincheo/jsweet.git
synced 2025-12-15 07:19:22 +00:00
Git flow in README
This commit is contained in:
parent
2e8800dedb
commit
1e46909a62
@ -1,4 +1,4 @@
|
||||
# JSweet: a Java to JavaScript transpiler [](https://travis-ci.org/cincheo/jsweet)
|
||||
# JSweet: a Java to JavaScript transpiler [](https://travis-ci.org/cincheo/jsweet) [  ](https://bintray.com/jsweet/maven/jsweet-transpiler/2.2.0/link)
|
||||
|
||||
JSweet leverages TypeScript to write rich and responsive Web applications in Java through the use of JavaScript libraries and frameworks. With JSweet, Java programs are transpiled (source-to-source compiled) to TypeScript and JavaScript for being run in browsers, mobile Web views, or in Node.js.
|
||||
|
||||
@ -147,6 +147,12 @@ Additionally, some tools for JSweet are available in external repositories.
|
||||
|
||||
Please check each sub-project README file.
|
||||
|
||||
## Contributing
|
||||
|
||||
JSweet uses [Git Flow](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow).
|
||||
You can fork this repository. Default branch is develop. Please use `git flow feature start myAwesomeFeature` to start working on something great :)
|
||||
When you are done, you can submit a regular [GitHub Pull Request](https://help.github.com/en/articles/about-pull-requests).
|
||||
|
||||
## License
|
||||
|
||||
Please read the [LICENSE file](https://github.com/cincheo/jsweet/tree/master/LICENSE).
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user