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.
- Host: GitHub
- URL: https://github.com/afeiship/next-runner
- Owner: afeiship
- License: mit
- Created: 2020-05-03T01:11:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-21T02:58:47.000Z (over 5 years ago)
- Last Synced: 2025-03-08T15:02:40.554Z (about 1 year ago)
- Topics: next, parallel, serial, wip
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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