Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cosmosgenius/mib_desk
MiB Alien Registration console app
https://github.com/cosmosgenius/mib_desk
Last synced: 2 days ago
JSON representation
MiB Alien Registration console app
- Host: GitHub
- URL: https://github.com/cosmosgenius/mib_desk
- Owner: cosmosgenius
- Created: 2014-08-06T11:01:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-06T12:22:24.000Z (over 10 years ago)
- Last Synced: 2024-10-19T07:02:53.718Z (20 days ago)
- Language: Scala
- Homepage:
- Size: 184 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MiB Desk
=========A console based to alien registration
For compiling [sbt](http://www.scala-sbt.org/) tool is required
Run the app with :-
```bash
sbt run
```To create the package run :-
```bash
sbt package
```The jar can be downloaded for the release which can be executed using :-
```bash
scala mib_desk.jar
```