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

https://github.com/afeiship/next-runner

Task runnter for next.
https://github.com/afeiship/next-runner

next parallel serial wip

Last synced: 12 months ago
JSON representation

Task runnter for next.

Awesome Lists containing this project

README

          

# next-runner
> Task runnter for next.

[![version][version-image]][version-url]
[![license][license-image]][license-url]
[![size][size-image]][size-url]
[![download][download-image]][download-url]

## installation
```bash
npm install -S @jswork/next-runner
```

## apis
| api | params | description |
| -------- | ------ | ------------- |
| parallel | - | desc balabala |
| serial | - | desc balabala |

## usage
```js
import NxRunner from '@jswork/next-runner';
```

## resources
- https://github.com/nuxt-contrib/items-promise/blob/master/lib/index.js

## license
Code released under [the MIT license](https://github.com/afeiship/next-runner/blob/master/LICENSE.txt).

[version-image]: https://img.shields.io/npm/v/@jswork/next-runner
[version-url]: https://npmjs.org/package/@jswork/next-runner

[license-image]: https://img.shields.io/npm/l/@jswork/next-runner
[license-url]: https://github.com/afeiship/next-runner/blob/master/LICENSE.txt

[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/next-runner
[size-url]: https://github.com/afeiship/next-runner/blob/master/dist/next-runner.min.js

[download-image]: https://img.shields.io/npm/dm/@jswork/next-runner
[download-url]: https://www.npmjs.com/package/@jswork/next-runner