typesque
v0.2.2
Published
The express framework powered by typescript
Readme
Typesque Framework
This repo contains the core modules for the Typesque framework.
Node/OS Target
This repo/branch is supposed to run fine on all major OS platforms and targets Node.js >= 8.0.0
Installation
Install the cli is a command away just run the good old npm install
npm install -g typesqueCli Commands
You can either use typesque or tsq to access the cli
Create a new project
tsq new project-nameCreate a controller
tsq make:controller home-controlleror even shortertsq make:controller homeCreate a model
tsq make:model homeCreate a middleware
tsq make:middleware is-home
