From 0d10b81dd65822fc5b9c161911864cf4edfe5879 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Fri, 24 Feb 2017 22:29:12 -0800 Subject: Initial commit --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..c3fedf2 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# Basic sbt template + +A basic sbt template that features: + +- Basic Scala project setup +- Versioning directly tied to git +- Continuous integration and automatic publishing to Sonatype when tags are pushed + +## Usage + +1. Initialize project + + sbt new jodersky/standard.g8 + +2. Set up github repository and travis + +3. Add publishing credentials to travis + + travis encrypt GPG_PASS=$(pass infra/ci-gpg) --add + travis encrypt SONATYPE_PASS=$(pass infra/ci-sonatype) --add + -- cgit v1.2.3