Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/softprops/ls
[discontinued] a scala card catalog
https://github.com/softprops/ls
Last synced: 3 months ago
JSON representation
[discontinued] a scala card catalog
- Host: GitHub
- URL: https://github.com/softprops/ls
- Owner: softprops
- License: mit
- Created: 2011-03-22T05:04:17.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2013-09-27T14:01:10.000Z (over 11 years ago)
- Last Synced: 2024-08-03T06:02:05.667Z (6 months ago)
- Language: Scala
- Homepage: http://ls.implicit.ly/
- Size: 489 KB
- Stars: 54
- Watchers: 10
- Forks: 8
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-sbt-plugins - ls-sbt - a card calalog for scala libraries (OTHER)
README
# [ls.implicit.ly](http://ls.implicit.ly/)
a card calalog for scala libraries
For a quick overview, [see this screencast](http://www.screenr.com/EIus)
## install
### Via [conscript](https://github.com/n8han/conscript#readme)
$ cs softprops/ls
$ lsinit
### Via handsIf 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](http://ls.implicit.ly/#publishing)
## Usage
See the [site](http://ls.implicit.ly/#publishing)
## Issues
[blame me](https://github.com/softprops/ls/issues)
Doug Tangren (softprops) 2011