All Projects → softprops → ls

softprops / ls

Licence: MIT license
[discontinued] a scala card catalog

Programming Languages

scala
5932 projects

ls.implicit.ly

a card calalog for scala libraries

For a quick overview, see this screencast

install

Via conscript

$ cs softprops/ls
$ lsinit

Via hands

If you are using sbt 0.13.* add the following to your project/plugins.sbt file

addSbtPlugin("me.lessis" % "ls-sbt" % "0.1.3")

resolvers ++= Seq(
  Classpaths.sbtPluginReleases,
  Opts.resolver.sonatypeReleases
)

If you are using sbt 0.12.* use replace 0.1.3 with 0.1.2 instead.

Mix it in to your project definition

seq(lsSettings: _*)

For more information. See the site

Usage

See the site

Issues

blame me

Doug Tangren (softprops) 2011

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].