packages feed

snap-routes-0.0.1: README.md

Snap-Routes
===========

Snap-routes provides typesafe routing for snap applications.

Features
========

Snap-routes adds the following features on top of Snap -

  - Typesafe URLs, including automatic boilerplate generation using TH. Including features such as -
    - Nested Routes
    - Subsites
    - Route Annotations
  - Seamlessly mix and match "unrouted" request handlers with typesafe routing.
  - Sitewide Master data which is passed to all handlers and can be used for persistent data (like DB connections)


Changelog
=========

* 0.0.1   : Intial release