Giter VIP home page Giter VIP logo

sbt-library-template.g8's Introduction

Scala SBT template (Library)

This giter8 template will write SBT build files for a Scala library.

It places source code into a subdirectory to ensure that a solution can quickly be converted to a multi-module project if required.

If necessary, the referenced assembly plugin may be used to produce an 'uber-jar' of the library together with its dependencies.

default.properties

name=my-project
description=This g8 template create a simple sbt build file for a scala library.
organization=com.example
package=com.example.project
library=mylib
version=0.0.1
scala_version=2.12.0

Usage

sbt new lewismj/sbt-library-template.g8

sbt compile and sbt publish-local will compile and then publish to the local repository as expected. sbt assmebly will create a 'bin' directory within the project folder and write the 'uber-jar' to that location.

Directory Layout

+-- name
|  +-- build.sbt
|  +-- library
|    +-- src
|      +-- com
|        +-- example
|          +-- project
|            +-- library
|              +-- MyLib.scala
|  +-- project
|    +-- Dependencies.scala
|    +-- Settings.scala
|    +-- build.properties
|    +-- plugins.sbt

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.