An open API service indexing awesome lists of open source software.

https://github.com/parro-it/ai-template

template for ai modules
https://github.com/parro-it/ai-template

Last synced: 10 months ago
JSON representation

template for ai modules

Awesome Lists containing this project

README

          

# $package_name

[![Travis Build Status](https://img.shields.io/travis/$package_author/$package_name/master.svg)](http://travis-ci.org/$package_author/$package_name)
[![NPM downloads](https://img.shields.io/npm/dt/$package_name.svg)](https://npmjs.org/package/$package_name)

> $package_description

> **_This module is part of
> [Async iterable fun](https://github.com/parro-it/ai-fun), a complete toolset
> of modules to work with async iterables._**

## Usage

description of the example

```js
import $package_var from '$package_name';

for (const item of $package_var()) {
yield item;
};
```

This will output

```
```

## API

## Install

With [npm](https://npmjs.org/) installed, run

```bash
npm install --save $package_name
```

## See Also

- [`parro-it/ai-fun`](https://github.com/parro-it/ai-fun) - A collection of modules to easy deal with async iterables.

- [`noffle/common-readme`](https://github.com/noffle/common-readme) - « a common readme for node ».

## License

MIT Licensed
© $current_year $package_author_name