projects: update
This commit is contained in:
@@ -44,15 +44,20 @@ html
|
|||||||
h2 My Crystal projects:
|
h2 My Crystal projects:
|
||||||
ul.projects
|
ul.projects
|
||||||
li
|
li
|
||||||
a(href="https://github.com/vladfaust/prism")
|
a(href="https://github.com/atomframework/atom")
|
||||||
span.title Prism
|
span.title ⚛️ Atom
|
||||||
img(src=stars("vladfaust", "prism"))
|
img(src=stars("atomframework", "atom"))
|
||||||
| an expressive web framework with typed params
|
| 🚧 WIP 🚧 tiny yet powerful web framework
|
||||||
li
|
li
|
||||||
a(href="https://github.com/vladfaust/core")
|
a(href="https://github.com/atomframework/web")
|
||||||
span.title Core
|
span.title ⚛️ Atom::Web
|
||||||
img(src=stars("vladfaust", "core"))
|
img(src=stars("atomframework", "web"))
|
||||||
| an expressive modular ORM
|
| a collection of components to build Action-View frameworks
|
||||||
|
li
|
||||||
|
a(href="https://github.com/atomframework/model")
|
||||||
|
span.title ⚛️ Atom::Model
|
||||||
|
img(src=stars("atomframework", "model"))
|
||||||
|
| an expressive SQL ORM
|
||||||
li
|
li
|
||||||
a(href="https://github.com/vladfaust/crystalworld")
|
a(href="https://github.com/vladfaust/crystalworld")
|
||||||
span.title Crystal World
|
span.title Crystal World
|
||||||
@@ -64,8 +69,8 @@ html
|
|||||||
li
|
li
|
||||||
a(href="https://crystaljobs.org")
|
a(href="https://crystaljobs.org")
|
||||||
span.title Crystal Jobs
|
span.title Crystal Jobs
|
||||||
| the place to find a Crystal developer
|
| the perfect place to find a Crystal developer
|
||||||
h2 My Crystal shards:
|
h2 My MIT Crystal shards:
|
||||||
ul.projects
|
ul.projects
|
||||||
li
|
li
|
||||||
a(href="https://github.com/vladfaust/migrate.cr")
|
a(href="https://github.com/vladfaust/migrate.cr")
|
||||||
@@ -88,9 +93,9 @@ html
|
|||||||
img(src=stars("vladfaust", "cake-bake.cr"))
|
img(src=stars("vladfaust", "cake-bake.cr"))
|
||||||
| an utility shard to bake Cakefile (just like Rake tasks) into binaries
|
| an utility shard to bake Cakefile (just like Rake tasks) into binaries
|
||||||
li
|
li
|
||||||
a(href="https://github.com/vladfaust/tarantool-crystal")
|
a(href="https://github.com/vladfaust/tarantool.cr")
|
||||||
span.title Tarantool
|
span.title Tarantool
|
||||||
img(src=stars("vladfaust", "tarantool-crystal"))
|
img(src=stars("vladfaust", "tarantool.cr"))
|
||||||
span
|
span
|
||||||
| the
|
| the
|
||||||
a(href="https://tarantool.io") tarantool
|
a(href="https://tarantool.io") tarantool
|
||||||
|
|||||||
Reference in New Issue
Block a user