helpers / logging-helpersLinks
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
Sorting:
- Detects the casing of the input string (camelcase, lowercase, snakecase, kebabcase, snakecase, uppercase etc).☆18Updated 6 months ago
- Generate a HTML table of contents using cheerio.☆17Updated 3 years ago
- Get the repository name from the git remote origin URL☆23Updated 2 years ago
- Utils for working with JavaScript classes and prototype methods.☆19Updated 2 years ago
- Scaffold out complete code projects from the command line by installing this generator globally, or use this generator as a plugin in oth…☆11Updated 7 years ago
- Call the given method on each value in the given object.☆20Updated 2 years ago
- Delete nested properties from an object using dot notation.☆35Updated 3 years ago
- Create nested getter properties and any intermediary dot notation (`'a.b.c'`) paths☆13Updated 4 years ago
- 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
- Extend object A with the properties of object B. node.js/javascript util.☆33Updated 4 years ago
- Returns true if a value has the characteristics of a valid JavaScript data descriptor.☆21Updated last year
- List of text file extensions☆56Updated 9 months ago
- Trim newlines from the start and/or end of a string☆48Updated 2 years ago
- Run a list of functions in order in a given object context. The functions can be callback-taking or promise-returning.☆13Updated last year
- Prepend `https://` to humanized URLs like `sindresorhus.com` and `localhost`☆63Updated 4 years ago
- 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
- node.js utility for exporting a directory of files as modules.☆21Updated 4 years ago
- Scaffold out a Generate generator project.☆11Updated 8 years ago
- Write data to the file system, creating any intermediate directories if they don't already exist. Used by flat-cache and many others!☆82Updated 5 years ago
- Define a non-enumerable property on an object.☆21Updated 2 years ago
- Parse/stringify contact info like `Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)`☆35Updated 4 years ago
- Pull down a list of GitHub repos for the given user or org, and save to a local JSON file.☆24Updated 6 years ago
- Regular expression for matching HTML comments☆15Updated 6 years ago
- Regular expression for matching reserved filename characters☆50Updated 3 years ago
- Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`☆45Updated last year
- tar plugin for decompress☆16Updated 4 years ago
- System for creating and managing view collections, rendering, engines, routes and more. See the "dev" branch for most recent updates.☆60Updated 4 years ago
- Map `visit` over an array of objects.☆17Updated 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
- List of known void HTML elements☆28Updated last year