# Erwar Yoda Speak

A simple erwarYoda speak basic api build to npm for learn something

## How To Install
```bash
$ npm install --save erwar-yoda
$ npm install
```

## Basic Usage
```javascript
const erwarYoda = require("erwar-yoda")

erwarYoda("your sentence will turn into yoda speak languange")
```
