<div align="center">
<h1><code>Ductility Test Helpers</code></h1>
<strong>Test Helpers for UI and API development. Written in rust, compiled to WebAssembly for use in js.</strong>
<p>
<a href="https://travis-ci.org/rustwasm/wasm-pack-template"><img src="https://img.shields.io/travis/rustwasm/wasm-pack-template.svg?style=flat-square" alt="Build Status" /></a>
</p>
<h3>
<a href="https://rustwasm.github.io/docs/wasm-pack/tutorials/npm-browser-packages/index.html">Tutorial</a>
<span> | </span>
<a href="https://discordapp.com/channels/442252698964721669/443151097398296587">Chat</a>
</h3>
<sub>Built with 🦀🕸 by <a href="https://github.com/ChrisTritton/">Christopher Tritton</a> for use in testing the Kintro.co UI</sub>
</div>
## **📚 Read this! 📚**
Don't use until version 0.2.0 at least.. seriously.
If you're wondering about the name, look it up.
[tutorials]: https://rustwasm.github.io/docs/wasm-pack/tutorials/index.html
[template-docs]: https://rustwasm.github.io/docs/wasm-pack/tutorials/npm-browser-packages/index.html
## 🚴 Usage
Don't use until version 0.2.0 at least.. seriously.
## 🔋 Included
*Paragraphs*
* `paragraph(length)` => generates a paragraph of randomized letters of length `length`
* `number_paragraph(length)` => generates a paragraph of randomized numbers of length `length`
* `letter_and_number_paragraph(length)` => generates a paragraph of randomized letters & numbers of length `length`
* `symbol_paragraph(length)` => generates a paragraph of randomized symbols of length `length`
* `kitchen_sink_paragraph(length)` => generates a paragraph of randomized everything of length `length`
*User Credentials*
* `email_jenner()` => gens a randomized email address @kintro.co
* `password_jenner()` => gens a password using all sorts
## License
Licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.