1.0.0 • Published 2 months ago

@nodata/state-migration-tools v1.0.0

Weekly downloads
1
License
UNLICENSED
Repository
-
Last release
2 months ago

State Migration Tools

This library allows you to perform state migration operations using migration definition files.

A state migration operation consist in transforming a state A describing an object of a library in a version X, into a state B describing the same object but in a version Y of the library.

X can be lower or greater than Y, and, X can be several versions away from Y.

Installing

$ npm install @nodata/state-migration-tools
import StateMigrator from '@nodata/state-migration-tools';