Options
All
  • Public
  • Public/Protected
  • All
Menu

Quiver-Framework

Quiver Logo

Quiver Framework

License MIT Build Status Coverage Status Package Documentation

Quiver is a lightweight micro framework for TypeScript/JavaScript.

Features:

  • Dependency injection
  • Module management
  • Command management
  • View management

Installation

Quiver Framework can be installed as an npm package:

$ npm install quiver-framework --save-dev

Description

Quiver Framework provides structure and core architecture building blocks for any application. This Framework utilizes concepts from Robotlegs and adds module management inspired by Angular2.

Documentation

NPM package

GitHub repository