one-by-one
Advanced tools
Comparing version 3.2.7 to 3.2.8
{ | ||
"name": "one-by-one", | ||
"version": "3.2.7", | ||
"version": "3.2.8", | ||
"description": "Run async tasks one by one.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
163
README.md
<!-- Please do not edit this file. Edit the `blah` field in the `package.json` instead. If in doubt, open an issue. --> | ||
# one-by-one | ||
@@ -10,6 +26,28 @@ | ||
> Run async tasks one by one. | ||
If you want to run async functions in parallel, check out [`same-time`](https://github.com/IonicaBizau/same-time). | ||
## :cloud: Installation | ||
@@ -26,2 +64,13 @@ | ||
## :clipboard: Example | ||
@@ -80,2 +129,10 @@ | ||
## :question: Get Help | ||
@@ -85,5 +142,6 @@ | ||
1. Please [post questions on Stack Overflow](https://stackoverflow.com/questions/ask). You can open issues with questions, as long you add a link to your Stack Overflow question. | ||
2. For bug reports and feature requests, open issues. :bug: | ||
3. For direct and quick help, you can [use Codementor](https://www.codementor.io/johnnyb). :rocket: | ||
@@ -93,2 +151,4 @@ | ||
## :memo: Documentation | ||
@@ -110,2 +170,13 @@ | ||
## :yum: How to contribute | ||
@@ -116,3 +187,2 @@ Have an idea? Found a bug? See [how to contribute][contributing]. | ||
## :sparkling_heart: Support my projects | ||
I open-source almost everything I can, and I try to reply to everyone needing help using these projects. Obviously, | ||
@@ -136,32 +206,57 @@ this takes time. You can integrate and use these projects in your applications *for free*! You can even change the source code and redistribute (even resell it). | ||
## :dizzy: Where is this library used? | ||
If you are using this library in one of your projects, add it in this list. :sparkles: | ||
- `image-to-ascii` | ||
- `gry` | ||
- `bloggify-plugin-loader` | ||
- `bible.js` | ||
- `git-package-json` | ||
- `engine-tools` | ||
- `bloggify-mongoose` | ||
- `blah` | ||
- `asyncer.js` | ||
- `babel-it` | ||
- `gif-cli` | ||
- `cobol` | ||
- `nodeice` | ||
- `np-init` | ||
- `made-in-romania` | ||
- `fortran` | ||
- `ssh-remote` | ||
- `tester-init` | ||
- `tilda-init` | ||
- `cdnjs-importer` | ||
- `@isysd/gpm` | ||
- `ship-release` | ||
- `git-stats-importer` | ||
- `gpm` | ||
- `made-in-india` | ||
- `machine-ip` | ||
- `made-in-brazil` | ||
- [`asyncer.js`](https://github.com/IonicaBizau/asyncer.js#readme)—Run groups of (a)sync functions. | ||
- [`babel-it`](https://github.com/IonicaBizau/babel-it#readme)—Babelify your code before `npm publish`. | ||
- [`blah`](https://github.com/IonicaBizau/blah)—A command line tool to optimize the repetitive actions. | ||
- [`bloggify-mongoose`](https://github.com/Bloggify/bloggify-mongoose#readme) (by Bloggify)—Support for Mongoose models in Bloggify. | ||
- [`bloggify-plugin-loader`](https://github.com/Bloggify/plugin-loader#readme) (by Bloggify)—The Bloggify plugin loader. | ||
- [`cdnjs-importer`](https://github.com/cdnjs/cdnjs-importer)—Easy way to import a library into CDNJS. | ||
- [`cobol`](https://github.com/IonicaBizau/node-cobol)—COBOL bridge for NodeJS which allows you to run COBOL code from NodeJS. | ||
- [`engine-tools`](https://github.com/jillix/engine-tools) (by jillix)—Engine Tools library and CLI app. | ||
- [`fortran`](https://github.com/IonicaBizau/node-fortran)—Fortran bridge for Node.js which allows you to run Fortran code from Node.js. | ||
- [`gif-cli`](https://github.com/IonicaBizau/gif-cli)—Gif animations in your terminal! | ||
- [`git-package-json`](https://github.com/IonicaBizau/git-package-json#readme)—Get the package.json contents from git repositories. | ||
- [`git-stats-importer`](https://github.com/IonicaBizau/git-stats-importer)—Imports your commits from a repository into git-stats history. | ||
- [`gpm`](https://github.com/IonicaBizau/gpm)—npm + git = gpm - Install NPM packages and dependencies from git repositories. | ||
- [`gry`](https://github.com/IonicaBizau/node-gry)—A minimalist NodeJS wrapper for the `git` commands. `gry` stands for the Git RepositorY. | ||
- [`image-to-ascii`](https://github.com/IonicaBizau/image-to-ascii)—A Node.JS module that converts images to ASCII art. | ||
- [`machine-ip`](https://github.com/IonicaBizau/machine-ip#readme)—Update your public ip information in a git repository. | ||
- [`made-in-brazil`](https://github.com/IonicaBizau/made-in-brazil#readme)—A list of neat projects made in Brazil. | ||
- [`made-in-india`](https://github.com/IonicaBizau/made-in-india#readme)—A list of neat projects made in India. | ||
- [`made-in-romania`](https://github.com/IonicaBizau/made-in-romania#readme)—A list of cool projects made in Romania. | ||
- [`nodeice`](https://github.com/IonicaBizau/nodeice)—Another PDF invoice generator | ||
- [`np-init`](https://github.com/IonicaBizau/np-init#readme)—Easily start a npm package from scratch. | ||
- [`ship-release`](https://github.com/IonicaBizau/ship-release#readme)—Publish new versions on GitHub and npm with ease. | ||
- [`ssh-remote`](https://github.com/IonicaBizau/ssh-remote)—Automagically switch on the SSH remote url in a Git repository. | ||
- [`tester-init`](https://github.com/IonicaBizau/tester-init#readme)—Init tests for tester. | ||
- [`tilda-init`](https://github.com/IonicaBizau/tilda-init#readme)—Init cli applications. | ||
## :scroll: License | ||
@@ -172,2 +267,10 @@ | ||
[license]: /LICENSE | ||
[website]: https://ionicabizau.net | ||
[contributing]: /CONTRIBUTING.md | ||
[docs]: /DOCUMENTATION.md | ||
[badge_patreon]: https://ionicabizau.github.io/badges/patreon.svg | ||
@@ -177,10 +280,4 @@ [badge_amazon]: https://ionicabizau.github.io/badges/amazon.svg | ||
[badge_paypal_donate]: https://ionicabizau.github.io/badges/paypal_donate.svg | ||
[patreon]: https://www.patreon.com/ionicabizau | ||
[amazon]: http://amzn.eu/hRo9sIZ | ||
[paypal-donations]: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RVXDDLKKLQRJW | ||
[license]: http://showalicense.com/?fullname=Ionic%C4%83%20Biz%C4%83u%20%3Cbizauionica%40gmail.com%3E%20(https%3A%2F%2Fionicabizau.net)&year=2015#license-mit | ||
[website]: https://ionicabizau.net | ||
[contributing]: /CONTRIBUTING.md | ||
[docs]: /DOCUMENTATION.md |
Sorry, the diff of this file is not supported yet
274
9672