Basic template helpers for printing messages out to the console. Useful for debugging context in templates. Should work with any template engine.
☆13Oct 24, 2018Updated 7 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:
- Create nested getter properties and any intermediary dot notation (`'a.b.c'`) paths☆13Jun 18, 2021Updated 4 years ago
- Create an object path (dot notation) from a list or array of strings.☆16Dec 31, 2020Updated 5 years ago
- Bash-like tilde expansion for node.js. Expands a leading tilde in a file path to the user home directory, or `~+` to the cwd.☆24Mar 16, 2022Updated 4 years ago
- Map `visit` over an array of objects.☆17Jun 27, 2022Updated 3 years ago
- Scaffold out a Generate generator project.☆11Aug 30, 2016Updated 9 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…☆11Oct 17, 2017Updated 8 years ago
- Return true if a file path contains the given path.☆17May 18, 2021Updated 4 years ago
- Define a non-enumerable property on an object.☆21Mar 14, 2023Updated 3 years ago
- node.js utility for exporting a directory of files as modules.☆21Jul 20, 2021Updated 4 years ago
- Example using handlebars-helpers in a web browser with browserify.☆16Mar 20, 2018Updated 8 years ago
- Use as a sub-generator or plugin in your generator to create a package.json for a project. Or install globally and run with Generate's CL…☆18May 30, 2021Updated 4 years ago
- The core assemble application with no presets or defaults. All configuration is left to the implementor.☆17Feb 11, 2017Updated 9 years ago
- Plugin that adds project-generator support to your `base` application.☆13Apr 1, 2020Updated 5 years ago
- Returns true if a value has the characteristics of a valid JavaScript data descriptor.☆21Dec 30, 2025Updated 2 months ago
- Detects the casing of the input string (camelcase, lowercase, snakecase, kebabcase, snakecase, uppercase etc).☆18Jan 27, 2025Updated last year
- base plugin that provides a very thin wrapper around composer for adding task methods to your application.☆14Nov 22, 2018Updated 7 years ago
- Generate Google Calendar with messages using OpenAI☆15Mar 23, 2024Updated last year
- Displays the execution time for Node.js modules loading by hooking require() calls☆23Oct 29, 2021Updated 4 years ago
- Plugin for base-methods that adds methods for prompting the user and storing the answers on a project-by-project basis.☆14Jan 12, 2023Updated 3 years ago
- Adds an `option` method to base-methods.☆13Nov 6, 2019Updated 6 years ago
- Get the list of npm modules that depend on the specified npm module.☆15Dec 27, 2017Updated 8 years ago
- Generate a starter CHANGELOG.md file, using conventions from keep-a-changelog. Use from the command line when Generate's CLI is installed…☆19Aug 21, 2016Updated 9 years ago
- Watch plugin for base applications.☆12Apr 6, 2016Updated 9 years ago
- Base plugin for adding a `pkg` object with get/set methods for getting data from package.json or setting data to package.json.☆13Dec 21, 2017Updated 8 years ago
- Plugin for getting and persisting config values with your base-methods application. Adds a 'store' object that exposes all of the methods…☆20May 19, 2016Updated 9 years ago
- Parse a `git log` output of a repository into an object with useful commit data. Supports plugins, streaming, promises and callback APIs.☆12Jan 12, 2023Updated 3 years ago
- Regular expression for matching punctuation characters.☆10Jul 1, 2017Updated 8 years ago
- Log a state or prop every time it changes☆12Jan 7, 2023Updated 3 years ago
- Paginate an array into pages of items.☆15Jul 19, 2016Updated 9 years ago
- Get the npm global path prefix. Same code used internally by npm.☆29Aug 17, 2024Updated last year
- Extend object A with the properties of object B. node.js/javascript util.☆33Aug 7, 2021Updated 4 years ago
- A cache for managing namespaced sub-caches☆14Sep 4, 2021Updated 4 years ago
- Detect potential file system conflicts and if necessary prompt the user before overwriting files.☆12Nov 7, 2019Updated 6 years ago
- CSV parser for node.js☆15Mar 11, 2019Updated 7 years ago
- Serialize ngraph.graph to binary format☆10Oct 9, 2025Updated 5 months ago
- Token authentication for accountdown☆11Oct 16, 2015Updated 10 years ago
- Faster, node.js focused alternative to JavaScript's native array map.☆14Feb 28, 2017Updated 9 years ago
- Run a process in the background, disconnected from the main process.☆11May 8, 2017Updated 8 years ago
- Drop-in replacement for `fs.existsSync` with zero dependencies. Other libs I found either have crucial differences from fs.existsSync, or…☆12Sep 1, 2017Updated 8 years ago