one-by-one
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -10,3 +10,3 @@ # :eight_spoked_asterisk: :stars: :sparkles: :dizzy: :star2: :star2: :sparkles: :dizzy: :star2: :star2: Contributing :star: :star2: :dizzy: :sparkles: :star: :star2: :dizzy: :sparkles: :stars: :eight_spoked_asterisk: | ||
- First of all, open an issue in the repository, using the [bug tracker][1], | ||
describing the contribution you'd like to make, the bug you found or any | ||
describing the contribution you would like to make, the bug you found or any | ||
other ideas you have. This will help us to get you started on the right | ||
@@ -16,7 +16,8 @@ foot. | ||
- If it makes sense, add the platform and software information (e.g. operating | ||
system, Node.JS version etc), screenshots (so we can see what you're seeing). | ||
system, Node.JS version etc.), screenshots (so we can see what you are | ||
seeing). | ||
- It's recommended to wait for feedback before continuing to next steps. However, | ||
if the issue is clear (e.g. a typo) and the fix is simple, you can continue | ||
and fix it. | ||
- It is recommended to wait for feedback before continuing to next steps. | ||
However, if the issue is clear (e.g. a typo) and the fix is simple, you can | ||
continue and fix it. | ||
@@ -31,4 +32,5 @@ ## Fixing issues | ||
- If the project contains a `package.json` file add yourself in the | ||
`contributors` array (if it doesn't exist, create it): | ||
- If the project contains a `package.json` or a `bower.json` file add yourself | ||
in the `contributors` array (or `authors` in the case of `bower.json`; | ||
if the array does not exist, create it): | ||
@@ -38,3 +40,3 @@ ```json | ||
"contributors": [ | ||
"Your Name <and@email.address> (http://your.website) | ||
"Your Name <and@email.address> (http://your.website)" | ||
] | ||
@@ -47,7 +49,7 @@ } | ||
- Open a pull request, and reference the initial issue in the pull request | ||
message (e.g. *fixes #<your-issue-number*). Write a good description and | ||
message (e.g. *fixes #<your-issue-number>*). Write a good description and | ||
title, so everybody will know what is fixed/improved. | ||
- If it makes sense, add screenshots, gifs etc, so it's easier to see what's | ||
going on. | ||
- If it makes sense, add screenshots, gifs etc., so it is easier to see what | ||
is going on. | ||
@@ -61,6 +63,8 @@ ## Wait for feedback | ||
Finally, your contributions will be merged, and everyone will be happy! :smile: | ||
Contributions are more than welcome! | ||
Thanks! :sweat_smile: | ||
[1]: https://github.com/IonicaBizau/node-one-by-one/issues | ||
[1]: https://github.com/IonicaBizau/one-by-one.js/issues | ||
[2]: https://github.com/IonicaBizau/code-style |
{ | ||
"name": "one-by-one", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "Run async tasks one by one.", | ||
@@ -14,3 +14,3 @@ "main": "lib/index.js", | ||
"type": "git", | ||
"url": "git@github.com:IonicaBizau/node-one-by-one.git" | ||
"url": "git@github.com:IonicaBizau/one-by-one.js.git" | ||
}, | ||
@@ -22,12 +22,15 @@ "keywords": [ | ||
], | ||
"author": "Ionică Bizău <bizauionica@gmail.com>", | ||
"author": "Ionică Bizău <bizauionica@gmail.com> (http://ionicabizau.net)", | ||
"license": "KINDLY", | ||
"bugs": { | ||
"url": "https://github.com/IonicaBizau/node-one-by-one/issues" | ||
"url": "https://github.com/IonicaBizau/one-by-one.js/issues" | ||
}, | ||
"homepage": "https://github.com/IonicaBizau/node-one-by-one", | ||
"homepage": "https://github.com/IonicaBizau/one-by-one.js", | ||
"dependencies": { | ||
"deffy": "^2.0.0" | ||
}, | ||
"devDependencies": {} | ||
"devDependencies": {}, | ||
"blah": { | ||
"description": "If you want to run async functions in parallel, check out [`same-time`](https://github.com/IonicaBizau/same-time.js)." | ||
} | ||
} |
@@ -1,21 +0,6 @@ | ||
<!----------------------------------------------------------------------------> | ||
<!-- STOP, LOOK & LISTEN! --> | ||
<!-- ==================== --> | ||
<!-- Do NOT edit this file directly since it's generated from a template --> | ||
<!-- file, using https://github.com/IonicaBizau/node-blah --> | ||
<!-- --> | ||
<!-- If you found a typo in documentation, fix it in the source files --> | ||
<!-- (`lib/*.js`) and make a pull request. --> | ||
<!-- --> | ||
<!-- If you have any other ideas, open an issue. --> | ||
<!-- --> | ||
<!-- Please consider reading the contribution steps (CONTRIBUTING.md). --> | ||
<!-- * * * Thanks! * * * --> | ||
<!----------------------------------------------------------------------------> | ||
# one-by-one [![Support this project][donate-now]][paypal-donations] | ||
# one-by-one [![Donate now][donate-now]][paypal-donations] | ||
Run async tasks one by one. | ||
If you want to run async functions in parallel, check out [`same-time`](https://github.com/IonicaBizau/node-same-time). | ||
If you want to run async functions in parallel, check out [`same-time`](https://github.com/IonicaBizau/same-time.js). | ||
@@ -56,3 +41,2 @@ ## Installation | ||
}); | ||
``` | ||
@@ -75,11 +59,34 @@ | ||
## Where is this library used? | ||
If you are using this library in one of your projects, add it in this list. :sparkles: | ||
- [`blah`](https://github.com/IonicaBizau/blah) | ||
- [`cdnjs-importer`](https://github.com/cdnjs/cdnjs-importer) | ||
- [`cobol`](https://github.com/IonicaBizau/node-cobol) | ||
- [`engine-tools`](https://github.com/jillix/engine-tools) by jillix | ||
- [`gif-cli`](https://github.com/IonicaBizau/gif-cli) | ||
- [`git-stats-importer`](https://github.com/IonicaBizau/git-stats-importer) | ||
- [`gpm`](https://github.com/IonicaBizau/node-gpm) | ||
- [`gry`](https://github.com/IonicaBizau/node-gry) | ||
- [`ssh-remote`](https://github.com/IonicaBizau/ssh-remote) | ||
## License | ||
[KINDLY][license] © [Ionică Bizău][website]–The [LICENSE](/LICENSE) file contains | ||
a copy of the license. | ||
[KINDLY][license] © [Ionică Bizău][website] | ||
[license]: http://ionicabizau.github.io/kindly-license/?author=Ionic%C4%83%20Biz%C4%83u%20%3Cbizauionica@gmail.com%3E&year=2015 | ||
[website]: http://ionicabizau.net | ||
[paypal-donations]: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RVXDDLKKLQRJW | ||
[donate-now]: http://i.imgur.com/6cMbHOC.png | ||
[contributing]: /CONTRIBUTING.md | ||
[website]: http://ionicabizau.net | ||
[docs]: /DOCUMENTATION.md | ||
[paypal-donations]: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MG98D7NPFZ3MG | ||
[donate-now]: http://i.imgur.com/jioicaN.png | ||
[docs]: /DOCUMENTATION.md |
Sorry, the diff of this file is not supported yet
90
9349