node-helpers

A set of helpers for JavaScript/Node.js

@vbarbarosh/node-helpers CI status License npm stars

Installation

npm install @vbarbarosh/node-helpers

A subset of @vbarbarosh/node-helpers is available for browser:

<script src="https://unpkg.com/@vbarbarosh/node-helpers@latest/dist/browser.js"></script>

⚠️ All browser functions are exposed globally.

Test

bin/test

📖 Conventions

concurrency - limit for parallel processes.

user_friendly_status - a function that accepts a string ready to present for the end-user (i.e. string which is guaranteed contains no sensitive information like usernames or passwords).