0.2.2 • Published 5 years ago

typesque v0.2.2

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

Typesque Framework

This repo contains the core modules for the Typesque framework.

npm version

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 typesque

Cli Commands

You can either use typesque or tsq to access the cli

  1. Create a new project tsq new project-name

  2. Create a controller tsq make:controller home-controller or even shorter tsq make:controller home

  3. Create a model tsq make:model home

  4. Create a middleware tsq make:middleware is-home