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!
- Host: GitHub
- URL: https://github.com/arnauld/technbolts
- Owner: Arnauld
- Created: 2010-11-04T13:24:07.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-12-09T22:55:35.000Z (over 15 years ago)
- Last Synced: 2025-02-28T05:34:08.847Z (over 1 year ago)
- Language: Scala
- Homepage:
- Size: 160 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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