Skip to content

Commit

Permalink
Docs: Cleanup and updates (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
kishorereddy committed Oct 28, 2018
1 parent 270f316 commit 95cf752
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 544 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Slate Kit
A Kotlin Server Framework, Mobile Back-end, and Utility Library
A full-stack collection of architecture components for in Kotlin.
Slate Kit is comprised of 3 core parts.

1. Common utilities ( for both server / client )
2. Server API Framework ( called Universal APIs )
3. Architecture Components ( micro-orm, cli, workers, and more)


![macOS](https://img.shields.io/badge/os-macOS-green.svg?style=flat)
![Linux](https://img.shields.io/badge/os-linux-green.svg?style=flat)
Expand Down Expand Up @@ -28,8 +34,9 @@ docs | source | desc | download
[slatekit-meta](http://www.slatekit.com/utils.html) | [src](src/lib/kotlin/slatekit-meta) | meta/reflection utils | [ ![Download](https://api.bintray.com/packages/codehelixinc/slatekit/slatekit-meta/images/download.svg) ](https://bintray.com/codehelixinc/slatekit/slatekit-meta/_latestVersion)
[slatekit-core](http://www.slatekit.com/infra.html) | [src](src/lib/kotlin/slatekit-core) | architecture components | [ ![Download](https://api.bintray.com/packages/codehelixinc/slatekit/slatekit-core/images/download.svg) ](https://bintray.com/codehelixinc/slatekit/slatekit-core/_latestVersion)
[slatekit-entities](http://www.slatekit.com/kotlin-core-orm.html) | [src](src/lib/kotlin/slatekit-entities) | database entities/orm | [ ![Download](https://api.bintray.com/packages/codehelixinc/slatekit/slatekit-entities/images/download.svg) ](https://bintray.com/codehelixinc/slatekit/slatekit-entities/_latestVersion)
[slatekit-apis](http://www.slatekit.com/kotlin-core-apis.html) | [src](src/lib/kotlin/slatekit-apis) | api container | [ ![Download](https://api.bintray.com/packages/codehelixinc/slatekit/slatekit-apis/images/download.svg) ](https://bintray.com/codehelixinc/slatekit/slatekit-apis/_latestVersion)
[slatekit-apis](http://www.slatekit.com/kotlin-core-apis.html) | [src](src/lib/kotlin/slatekit-apis) | api container | [ ![Download](https://api.bintray.com/packages/codehelixinc/slatekit/slatekit-apis/images/download.svg) ](https://bintray.com/codehelixinc/slatekit/slatekit-apis/_latestVersion)
[slatekit-workers](http://www.slatekit.com/kotlin-core-workers.html) | [src](src/lib/kotlin/slatekit-workers) | Background workers | [ ![Download](https://api.bintray.com/packages/codehelixinc/slatekit/slatekit-workers/images/download.svg) ](https://bintray.com/codehelixinc/slatekit/slatekit-workers/_latestVersion)
[slatekit-integration](https://www.slatekit.com) | [src](src/lib/kotlin/slatekit-integration) | integration components | [ ![Download](https://api.bintray.com/packages/codehelixinc/slatekit/slatekit-integration/images/download.svg) ](https://bintray.com/codehelixinc/slatekit/slatekit-integration/_latestVersion)
[slatekit-cloud](http://www.slatekit.com/infra.html) | [src](src/lib/kotlin/slatekit-cloud) | clouder services ( AWS ) | [ ![Download](https://api.bintray.com/packages/codehelixinc/slatekit/slatekit-cloud/images/download.svg) ](https://bintray.com/codehelixinc/slatekit/slatekit-cloud/_latestVersion)
[slatekit-server](http://www.slatekit.com/kotlin-core-server.html) | [src](src/lib/kotlin/slatekit-server) | Http Server ( using Spark ) | [ ![Download](https://api.bintray.com/packages/codehelixinc/slatekit/slatekit-server/images/download.svg) ](https://bintray.com/codehelixinc/slatekit/slatekit-server/_latestVersion)
[slatekit-cloud](http://www.slatekit.com/infra.html) | [src](src/lib/kotlin/slatekit-cloud) | clouder services ( AWS ) | [ ![Download](https://api.bintray.com/packages/codehelixinc/slatekit/slatekit-cloud/images/download.svg) ](https://bintray.com/codehelixinc/slatekit/slatekit-cloud/_latestVersion)
[slatekit-server](http://www.slatekit.com/kotlin-core-server.html) | [src](src/lib/kotlin/slatekit-server) | Http Server ( using Spark ) | [ ![Download](https://api.bintray.com/packages/codehelixinc/slatekit/slatekit-server/images/download.svg) ](https://bintray.com/codehelixinc/slatekit/slatekit-server/_latestVersion)

31 changes: 0 additions & 31 deletions doc/doc_mod_readme.md

This file was deleted.

248 changes: 0 additions & 248 deletions doc/scala/README.txt

This file was deleted.

43 changes: 0 additions & 43 deletions doc/scala/doc_template_scala.md

This file was deleted.

Loading

0 comments on commit 95cf752

Please sign in to comment.