An open API service indexing awesome lists of open source software.

https://github.com/influx6/appstack

a stack of js utilities and libraries
https://github.com/influx6/appstack

Last synced: 7 months ago
JSON representation

a stack of js utilities and libraries

Awesome Lists containing this project

README

          

appstack
========

a stack of js utilities and libraries

####Stack

Class: as.Class (a classical-class based library with creation and extending capability)

Utility: as.Utility (a utility belt of standard functions merge,each,..etc)

Promise: as.Promise (basic Promise A spec compliant promise api)

Matchers: as.Matcher (basic assertion library with color response)

Events: as.Events (a basic event system,capable of handle namespace also)

Callbacks: as.Callbacks (a callback api,allows instant callback management and firing)

Env: as.Env (basic environment checker,allows checking for nodejs or dom environment using feature test)

Console: as.Console (wrapps a client and server side console)

HashHelper: as.HashHelpers (Provides a set of functions for Map object({}) eg fetch,modify,hasValue,exist..etc)

ASColors: as.ASColors (Provides client and command side color code with String.prototype staining)

Counter: as.Counter (Provides a basic increment and decrement counter,useful for sizes handle)

StateManager: as.StateManager (Provides a object that creates a set of
state objects based on a set of function names,allowing the
switching of states while still using the standard set of function
names for different behaviours)