Squashed 'cloner/' content from commit 79ff709

git-subtree-dir: cloner
git-subtree-split: 79ff709d0060b967d3508b6abfe194bedfb63f1b
This commit is contained in:
2020-12-09 18:33:53 -07:00
parent 6df188f432
commit a47af32adb
23 changed files with 431 additions and 4 deletions

12
cloner/README.md Normal file
View File

@@ -0,0 +1,12 @@
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE.md)
[![TravisCI Build Status](https://travis-ci.org/thomasuster/cloner.svg?branch=master)](https://travis-ci.org/thomasuster/cloner)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/thomasuster/cloner?branch=master&svg=true)](https://ci.appveyor.com/project/thomasuster/cloner)
```
git clone https://github.com/thomasuster/cloner.git
haxelib dev cloner cloner/src
```
```
var cloner:Cloner = new Cloner();
var clone = cloner.clone(mostAnything);
```