wcloner
v0.3.391
Published
Collection of cross-platform routines to copy / clone data structures, no matter how complex and cycled them are. Cloner relies on class relations definition for traversing. Use the module to replicate your data.
Downloads
2,652
Maintainers
Readme
module::Cloner
Collection of cross-platform routines to copy / clone data structures, no matter how complex and cycled them are. Cloner relies on class relations definition for traversing. Use the module to replicate your data.
Try out from the repository
git clone https://github.com/Wandalen/wCloner
cd wCloner
will .npm.install
node sample/trivial/Sample.s
Make sure you have utility willbe
installed. To install willbe: npm i -g willbe@stable
. Willbe is required to build of the module.
To add to your project
npm add 'wcloner@stable'
Willbe
is not required to use the module in your project as submodule.