Skip to content

hqm/sschema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Basic Scala SBT Project With Scalatest Support

This is a template for a basic Scala/SBT project that already has the needed dependency reference in build.sbt for Scalatest support. You can check this project out if you want a template/skeleton directory structure for a new project that has those things, i.e.:

  • It uses a standard SBT directory strucure.
  • The dependency line to use Scalatest is already included in build.sbt.
  • It includes one source code file and one test file, so out of the box you can type 'sbt compile', 'sbt run', and 'sbt test', and (assuming you have SBT installed), all those things should work.

Checkout a Copy

You can checkout a read-only copy of this project with this command:

git clone git://github.com/alvinj/BasicScalaSbtProjectWithScalatest.git

Notes

Note: All the little ".gitignore" files are in the empty subdirectories so those directories would be checked into Git. (Git doesn't like empty directories, so you have to do something to get it to keep empty directories in the repo.)

Alvin Alexander
http://devdaily.com

About

Scala implementation of Drescher's Schema Mechanism

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages