/sbt-simple-project

SBT simple project

Primary LanguageScalaApache License 2.0Apache-2.0

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