metaphasejs
TypeScript icon, indicating that this package has built-in type declarations

0.9.82 • Public • Published

Build Status Greenkeeper badge Maintainability Coverage Status

NPM package

MetaphaseJS

Super easy, efficient and agnostic state management for Javascript

Demo

Usage

// Install
yarn add metaphasejs // Yarn
npm install metaphasejs // NPM

// Build
yarn / npm build

// Test
yarn / npm test

API Docs

Packages Analysis

  • Without gzip compression: Link

Test Coverage

Notes

  • At this moment there are not polyfills for old browsers, but there will be in the future.
  • If Typescript and decorators are used, its configuration file tsconfig.json must have:
    • experimentalDecorators = true

    • emitDecoratorMetadata = true

    • If flag strict = true is used, model properties (columns in db) must be initialized with values

Back to top

Package Sidebar

Install

npm i metaphasejs

Weekly Downloads

10

Version

0.9.82

License

MIT

Unpacked Size

397 kB

Total Files

49

Last publish

Collaborators

  • yagolopez-user