helpers / logging-helpers
Basic template helpers for printing messages out to the console. Useful for debugging context in templates. Should work with any template engine.
☆13Updated 6 years ago
Alternatives and similar repositories for logging-helpers:
Users that are interested in logging-helpers are comparing it to the libraries listed below
- Check if a string is a URL☆85Updated last year
- Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notati…☆24Updated 3 years ago
- Detects the casing of the input string (camelcase, lowercase, snakecase, kebabcase, snakecase, uppercase etc).☆18Updated 3 months ago
- Define a non-enumerable property on an object.☆21Updated 2 years ago
- Strip the final newline character from a string/buffer☆36Updated 6 months ago
- Copy static properties, prototype properties, and descriptors from one object to another☆15Updated 4 years ago
- Turn an object into a string of HTML attributes☆49Updated 2 years ago
- Extract key-value metadata from HTML comments☆32Updated 2 years ago
- Generate a HTML table of contents using cheerio.☆17Updated 3 years ago
- Trim newlines from the start and/or end of a string☆48Updated 2 years ago
- Delete nested properties from an object using dot notation.☆34Updated 3 years ago
- Regular expression for matching file names, with or without extension.☆33Updated 7 years ago
- Prepend `https://` to humanized URLs like `sindresorhus.com` and `localhost`☆62Updated 3 years ago
- A safer `.hasOwnProperty()`☆29Updated last year
- When copying or moving files, it's common for operating systems to automatically add an increment or 'copy' to duplicate file names. This…☆22Updated 5 years ago
- Get the real size of an <img>, <video>, or <canvas> in the browser.☆12Updated 5 years ago
- A list of directories you should ignore by default☆23Updated 3 years ago
- Exclude certain items from an array☆20Updated 3 years ago
- Cache requires to be lazy-loaded when needed. Uses node's own require system with tried and true, plain-vanilla JavaScript getters.☆51Updated 2 years ago
- Returns an array with only the unique values from all given arrays using strict equality for comparisons.☆46Updated 3 years ago
- Loop over each item in an array and call the given function on every element.☆14Updated 8 years ago
- List of text file extensions☆55Updated 6 months ago
- Create new PostHTML plugins☆14Updated 4 years ago
- Repeat the given string n times. Fastest implementation for repeating a string (2x faster than the native method)☆49Updated 3 years ago
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated 9 months ago
- Remove any classes or IDs not found in CSS from HTML - modifies HTML, not CSS.☆10Updated 7 years ago
- Get a random key from an object☆18Updated 10 months ago
- Utils for working with JavaScript classes and prototype methods.☆19Updated 2 years ago
- Regular expression for matching punctuation characters.☆10Updated 7 years ago
- Extend object A with the properties of object B. node.js/javascript util.☆33Updated 3 years ago