mekanika / skematic

Data model & rule engine for JS objects
9 stars 0 forks source link

Rename module to `skematic` #5

Closed cayuu closed 9 years ago

cayuu commented 9 years ago

The mekanika-schema module is one of the few in the mekanika suite that is not coupled directly to the qe related workflow, which renders the specific mekanika prefix unnecessary. The name "schema" itself is a little ambiguous: does it refer to "a" schema, "the" library, the "concept" of schema or something else.. Creating a unique name for the library clears that up.

Propose moving mekanika-schema to skematic:

var Skematic = require('skematic');
cayuu commented 9 years ago

Pseudo push to npm - https://www.npmjs.com/package/skematic

cayuu commented 9 years ago

This ticket is waiting on the official next release with the new API to be considered "complete".