Skip to content

harrysarson/itbl

Repository files navigation

Inline docs Build Status Code Climate codecov

itbl

A collection of javascript utility functions designed to unlock the full potential of the es6 iterable protocol.

Getting Started

To install with npm

$ npm install itbl 

Then using Node.js or Browserify.

// Load the full build.
let itbl = require('itbl');

Contributing

Contributions are welcome, the style guidelines are taken from lodash and are enforced using JCSC:

$ npm run style

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

  • This libary was inspired by lodash and the documentation style was heavily influenced by the documentation of lodash.
  • Documentation generated by docdown

About

Collection of javascript functions which unlock the potential of es6 iterators

Resources

Stars

Watchers

Forks

Packages

No packages published