Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```