aiyanbo / sbt-simple-project

SBT simple project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SBT Simple Project

Build Status

Usage

  1. Clone the source code on GitHub.
git clone https://github.com/aiyanbo/sbt-simple-project.git
  1. Changed the name, like this:
name := "goblin"

version := "1.0.0-SNAPSHOT"

organization := "org.jmotor"
  1. Changed the directory to project name, like this:
mv sbt-simple-project goblin
  1. Set your git's remote.

Scala Style

sbt scalastyle

Scalafix

bin/scalafix

About

SBT simple project

License:Apache License 2.0


Languages

Language:Scala 86.6%Language:Shell 13.4%