An open API service indexing awesome lists of open source software.

https://github.com/arnauld/technbolts

Technbolts project: all in one!
https://github.com/arnauld/technbolts

Last synced: 28 days ago
JSON representation

Technbolts project: all in one!

Awesome Lists containing this project

README

          

SBT build
=======================

All actions done on root project is performed against all subprojects

sbt> update
sbt> clean
sbt> test
...

To switch to a dedicated project

sbt> project technbolts-util
sbt> ...

GIT
======================

git push origin master