Nothing has been indexed for 0.12.1 yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.

Installation

# Add this to your shard.yml
dependencies:
  shivneri:
    github: ujjwalguptaofficial/shivneri
    version: ~> 0.12.1

Then run:

shards install

shard.yml

No shard.yml has been indexed for 0.12.1. You can read it on the repository.

Dependencies

Unknown: the shard.yml for this version has not been read yet.

README

This README is the one indexed from the repository at its latest ref, not from the tag for this version.

[![GitHub version](https://badge.fury.io/gh/ujjwalguptaofficial%2Fshivneri.svg)](https://badge.fury.io/gh/ujjwalguptaofficial%2Fshivneri) ![Crystal CI](https://github.com/ujjwalguptaofficial/shivneri/workflows/Crystal%20CI/badge.svg?branch=master) [![Docs](https://img.shields.io/badge/docs-available-brightgreen.svg)](https://shivneriforcrystal.com/)
# Shivneri

Component based MVC web framework based on fort architecture for [crystal](https://crystal-lang.org/) targeting good code structures, modularity & performance.

# Features

* Based on [Fort](https://github.com/ujjwalguptaofficial/fort) architecture.
* MVC Framework and follows OOPS approach so everything is class and object.
* Provides components - Wall, Shield and Guard. Components help modularize the application.
* Everything is configurable - you can configure your session store, view engine, websocket etc.
* Dependency Injection.
* Everything can be unit tested, so you can use a [TDD](https://guide.freecodecamp.org/agile/test-driven-development/) approach.

# Examples

* Rest Api - https://github.com/ujjwalguptaofficial/shivneri-examples/tree/master/rest
* WebSocket - https://github.com/ujjwalguptaofficial/shivneri-examples/tree/master/chat
* Authentication - https://github.com/ujjwalguptaofficial/shivneri-examples/tree/master/authentication
* Request Logging - https://github.com/ujjwalguptaofficial/shivneri-examples/tree/master/request-logger

# Doc Site

https://shivneriforcrystal.com/