sindresorhus / log-symbolsLinks
Colored symbols for various log levels
☆757Updated 3 months ago
Alternatives and similar repositories for log-symbols
Users that are interested in log-symbols are comparing it to the libraries listed below
Sorting:
- Unicode symbols with fallbacks for older terminals☆607Updated 9 months ago
- Update notifications for your CLI app☆1,783Updated 8 months ago
- Log by overwriting the previous output in the terminal. Useful for rendering progress bars, animations, etc.☆1,110Updated 5 months ago
- Easily load and persist config without having to think about where and how☆880Updated 8 months ago
- Create boxes in the terminal☆1,610Updated last year
- Delay a promise a specified amount of time☆620Updated 2 years ago
- Create clickable links in the terminal☆645Updated 3 months ago
- Copy files☆430Updated this week
- Find a file or directory by walking up parent directories☆619Updated 2 months ago
- the mighty option parser used by yargs☆514Updated 3 weeks ago
- Get an available TCP port☆912Updated last year
- Pretty unicode tables for the command line☆581Updated 9 months ago
- Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar☆695Updated last year
- Memoize functions - an optimization technique used to speed up consecutive function calls by caching the result of calls with identical i…☆1,124Updated 6 months ago
- Promisify a callback-style function☆1,507Updated 2 years ago
- Convert bytes to a human readable string: 1337 → 1.34 kB☆1,219Updated last week
- Open stuff like URLs, files, executables. Cross-platform.☆428Updated last week
- Strip comments from JSON. Lets you use comments in your JSON files!☆616Updated 2 weeks ago
- Parse JSON with more helpful errors☆366Updated 4 months ago
- Make a directory and its parents if needed - Think `mkdir -p`☆478Updated last year
- Autocomplete prompt for inquirer☆362Updated last year
- A simple tool to find an open port or domain socket on the current machine☆896Updated 3 months ago
- ANSI escape codes for styling strings in the terminal☆436Updated last year
- Toolkit for building command line interfaces☆463Updated 2 years ago
- Simple config handling for your app or module