Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scalafx/scalafx.g8
giter8 template for creating scalaFX projects
https://github.com/scalafx/scalafx.g8
giter8 giter8-template sbt scala scalafx scalafx-framework
Last synced: about 5 hours ago
JSON representation
giter8 template for creating scalaFX projects
- Host: GitHub
- URL: https://github.com/scalafx/scalafx.g8
- Owner: scalafx
- Created: 2013-03-20T07:40:12.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T23:16:22.000Z (about 2 months ago)
- Last Synced: 2024-09-18T03:41:29.346Z (about 2 months ago)
- Topics: giter8, giter8-template, sbt, scala, scalafx, scalafx-framework
- Language: Scala
- Size: 50.8 KB
- Stars: 10
- Watchers: 9
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Giter8 ScalaFX Template
=======================[![Build Status](https://travis-ci.org/scalafx/scalafx.g8.svg?branch=master)](https://travis-ci.org/scalafx/scalafx.g8)
[SBT][sbt]/[Giter8][giter8] template for creating [ScalaFX](http://scalafx.org) projects.
The project you create using this template will have all preconfigured Scala and ScalaFX dependencies.
Prerequisite
============
You need [SBT][sbt] (v.1.9 or newer) or [Giter8][giter8]Usage
=====
If you have SBT v.1.0 or newer you can generate new project using command line command:$ sbt new scalafx/scalafx.g8
alternatively, you can use Gitter8 to do the same:
$ g8 scalafx/scalafx.g8
IntelliJ IDEA can load directly the generated SBT project.
Template License
================To the extent possible under law, the author(s) have dedicated all copyright and related
and neighboring rights to this template to the public domain worldwide.
This template is distributed without any warranty. See .[sbt]: http://www.scala-sbt.org/
[giter8]: https://github.com/foundweekends/giter8