sindresorhus / pupa
Simple micro templating
☆363Updated 2 years ago
Alternatives and similar repositories for pupa:
Users that are interested in pupa are comparing it to the libraries listed below
- Copy files☆428Updated 8 months ago
- Get stdin as a string or buffer☆338Updated last year
- Find a file or directory by walking up parent directories☆603Updated 3 weeks ago
- Get the native JavaScript type of a value, fast. Used by superstruct, micromatch and many others!☆354Updated 10 months ago
- Get a random temporary file or directory path☆427Updated last year
- Clean up error stack traces☆339Updated 2 years ago
- Parse yes/no like values☆268Updated 2 years ago
- Get a stream as a string, Buffer, ArrayBuffer or array☆346Updated 5 months ago
- Memoize promise-returning & async functions☆404Updated last year
- Simple wildcard matching☆537Updated 3 years ago
- Unicode symbols with fallbacks for older terminals☆599Updated 5 months ago
- Make your JSON look AWESOME☆246Updated last year
- Find the root directory of a Node.js project or npm package☆240Updated last year
- Extends minimatch.match() with support for multiple patterns☆301Updated last year
- Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow☆239Updated 2 years ago
- Measure the difference between two strings with the fastest JS implementation of the Levenshtein distance algorithm☆722Updated 3 years ago
- Simple “Least Recently Used” (LRU) cache☆692Updated this week
- Humanize a URL: https://sindresorhus.com → sindresorhus.com☆248Updated 2 years ago
- A Node.js file system walker with a Readable stream interface. Extracted from fs-extra.☆318Updated 2 years ago
- Delay a promise a specified amount of time☆614Updated last year
- Create a promise that can be canceled☆441Updated 2 years ago
- easily create complex multi-column command-line-interfaces.☆374Updated this week
- Open stuff like URLs, files, executables. Cross-platform.☆421Updated last year
- Find the closest package.json file☆162Updated last year
- Quickly scan for CLI flags and arguments☆648Updated last year
- Make a directory and its parents if needed - Think `mkdir -p`☆478Updated 11 months ago
- Create an error from multiple errors☆245Updated last year
- Parse JSON with more helpful errors☆362Updated this week
- Tiny hashing module that uses the native crypto API in Node.js and the browser☆639Updated 2 months ago
- Memoize functions - an optimization technique used to speed up consecutive function calls by caching the result of calls with identical i…☆1,111Updated last month