1.0.2 • Published 6 years ago

hot-controller-plugin-typescript v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

hot-controller-plugin-typescript

Build Status

Write your controllers for hot-controller in typescript.

Get started

Installation

npm install --save hot-controller hot-controller-plugin-typescript

or if you're using yarn:

yarn add hot-controller hot-controller-plugin-typescript

Config

In your .controllerrc.json

{
  "plugins": ["typescript"]
}

Example