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
- Host: GitHub
- URL: https://github.com/influx6/appstack
- Owner: influx6
- Created: 2013-12-15T05:36:27.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-09T10:46:15.000Z (over 11 years ago)
- Last Synced: 2025-01-21T07:08:27.998Z (9 months ago)
- Language: JavaScript
- Size: 215 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)