0.1.6 • Published 9 months ago

@xirelogy/xwts v0.1.6

Weekly downloads
-
License
-
Repository
github
Last release
9 months ago

The XW (Typescript) framework

Introduction

XW (Typescript) framework is a simple Typescript framework with some nice utilties put together. Notable features are:

  • Highly extensible internationalization (i18n) support.
  • Manageable resources with XwReleasable pattern (RAII like).
  • Asynchronous operation as first class citizen.
  • Logging facades.
  • Random facades.
  • Definitions of commonly used errors.
  • Syntax sugars.

Installation

XW (Typescript) framework is available from NPM:

npm install @xirelogy/xwts --save

Using the framework

The main xw object can be included for use in your source files:

import { xw } from '@xirelogy/xwts';
0.1.6

9 months ago

0.1.5

10 months ago

0.1.4

10 months ago

0.1.3

11 months ago

0.1.2

12 months ago

0.1.1

1 year ago

0.1.0

1 year ago