wcloner
Version:
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.
25 lines (15 loc) • 964 B
Markdown
# module::Cloner [](https://github.com/Wandalen/wCloner/actions/workflows/StandardPublish.yml) [](https://github.com/emersion/stability-badges#experimental)
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.