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
- Host: GitHub
- URL: https://github.com/andreacrotti/proj-organizer
- Owner: AndreaCrotti
- License: other
- Created: 2012-04-19T20:14:32.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-04-20T16:57:17.000Z (over 13 years ago)
- Last Synced: 2025-02-01T08:31:02.496Z (11 months ago)
- Language: Scala
- Size: 102 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
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