indent-string

Indent tool

A utility function to insert consistent indentation into a string

Indent each line in a string

GitHub

112 stars
7 watching
17 forks
Language: JavaScript
last commit: over 4 years ago
Linked from 2 awesome lists


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
sindresorhus/indent-string-cliA command-line tool for indenting lines of text5
sindresorhus/strip-indentRemoves redundant indentation from a string by finding the minimum leading whitespace across all lines.136
sindresorhus/detect-indentA tool to automatically detect and apply consistent indentation in text files.196
sindresorhus/matcherA utility for simple string matching with wildcard patterns539
sindresorhus/pad-streamTransforms input streams by padding each line with a specified indent11
sindresorhus/filled-arrayCreates an array of specified length filled with a given value or function returning values43
sindresorhus/splice-stringA utility function to remove or replace parts of a string23
sindresorhus/round-toA utility library for rounding numbers to specific decimal places155
sindresorhus/hash-objectA library that generates a unique digital fingerprint of an object134
sindresorhus/math-clampA utility function to limit a value within a specified range14
sindresorhus/escape-string-regexpEscapes special characters in regular expressions to ensure safe string insertion584
sindresorhus/hook-stdA library to capture and modify output from the standard streams in Node.js applications.54
sindresorhus/string-lengthCorrects string length counting by ignoring astral symbols and ANSI escape codes.163
sindresorhus/string-widthCalculates the visual width of a string based on its Unicode characters and formatting options483
sindresorhus/dot-propA library to access properties within nested objects using a dot notation822