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
- Host: GitHub
- URL: https://github.com/parro-it/ai-template
- Owner: parro-it
- License: mit
- Created: 2017-11-17T18:58:35.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-28T19:09:25.000Z (about 8 years ago)
- Last Synced: 2024-04-15T00:06:07.509Z (almost 2 years ago)
- Language: Shell
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# $package_name
[](http://travis-ci.org/$package_author/$package_name)
[](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