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

https://github.com/andreacrotti/proj-organizer

scala actors implementation of a project organizer
https://github.com/andreacrotti/proj-organizer

Last synced: 10 months ago
JSON representation

scala actors implementation of a project organizer

Awesome Lists containing this project

README

          

Proj-Organizer

scala actors implementation of a project organizer

* TODO see if it's worth including the sbt shell completion inside the interface

* TODO find what can be the configuration system, probably a DSL
which allows to define all the needed information for the repositories

* TODO which actor library should be used?

* Every project should be an actor

** Every action done on the repository should be an actor, for example
- backup
- clone
- fetch
- diff with something else