Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

capotej/base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Base

A scala project generator

What you get

  • maven project, with clearly commented pom.xml
  • scala-maven-plugin with zinc (incremental compiler) support
  • scalatest plugin and pretty test output
  • mvn scala:run launcher
  • package/assembly plugin for executable fatjars
  • sensible .gitignore
  • working .travis.yml config
  • default README.markdown

Installation

Clone the project:

git clone git@github.com:capotej/base.git ~/.base_sub

For bash users:

echo 'eval "$($HOME/.base_sub/bin/base init -)"' >> ~/.bash_profile
exec bash

For zsh users:

echo 'eval "$($HOME/.base_sub/bin/base init -)"' >> ~/.zshenv
source ~/.zshenv

Usage

Once installed, usage is very simple:

base new com.twitter.pterodactyl

This will create a project pterodacytl/ in the current directory

About

a project generator for scala

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published