iterize
Version:
Use JavaScript Iterator, Easily
26 lines (16 loc) • 302 B
Markdown
# Contributing
Basically, if you send me pull request of the issues, I will review and merge.
# How to Dev
#### Build
```bash
$ npm run build
```
#### Test
You can test your source code before merge.
```bash
$ npm test
```
For develop TDD, using watch script.
```bash
$ npm run test:watch
```