@mcrowe/typerouter
v0.3.0
Published
Typesafe router for TypeScript
Downloads
1
Readme
Typerouter
A simple typesafe(ish) router for typescript.
Usage
npm install @mcrowe/typerouter --save
Development
Install npm modules:
npm install
Run tests:
npm test
Release
Release a new version:
bin/release.sh
This will publish a new version to npm, as well as push a new tag up to github.