sindresorhus / junkLinks
Filter out OS junk files like .DS_Store and Thumbs.db
☆245Updated 2 years ago
Alternatives and similar repositories for junk
Users that are interested in junk are comparing it to the libraries listed below
Sorting:
- Reverse minimist. Convert an object of options into an array of command-line arguments☆187Updated 2 years ago
- Get an unused filename by appending a number if it exists: `file.txt` → `file (1).txt`☆145Updated 3 months ago
- Pluralize a word☆252Updated last month
- Parse yes/no like values☆272Updated 4 months ago
- Import all modules in a directory☆139Updated 2 years ago
- Get the latest version of an npm package☆175Updated last year
- Get the system locale☆228Updated 4 years ago
- Convert RGB color to HEX☆122Updated 2 years ago
- Find the closest package.json file☆166Updated 6 months ago
- Reliably get the terminal window size☆145Updated 2 years ago
- Clean up error stack traces☆344Updated last month
- Convert a tilde path to an absolute path: ~/dev => /Users/sindresorhus/dev☆148Updated 3 months ago
- Read and parse a JSON file☆247Updated 2 years ago
- Strip leading whitespace from each line in a string☆144Updated 2 months ago
- Simple micro templating☆372Updated 3 months ago
- Find the root directory of a Node.js project or npm package☆250Updated 6 months ago
- Parse milliseconds into an object☆123Updated last year
- Sort an array on an object property☆201Updated 2 months ago
- Compose promise-returning & async functions into a reusable pipeline☆127Updated 4 years ago
- Move a file - Even works across devices☆204Updated 2 years ago
- Round a number to a specific number of decimal places: 1.234 → 1.2☆161Updated 3 months ago
- Get a stream as a string, Buffer, ArrayBuffer or array☆358Updated last year
- Show a message to your users to upgrade Node instead of a stacktrace☆241Updated 2 years ago
- Check whether a package or organization name is available on npm☆171Updated last year
- Get stdin as a string or buffer☆346Updated 2 years ago
- Get metadata of a package from the npm registry☆245Updated last year
- Get the gzipped size of a string or buffer☆173Updated 4 years ago
- Copy files☆436Updated 2 months ago
- when you want to fire an event no matter how a process exits.☆196Updated 2 months ago
- Detects if a file is binary in Node.js. Similar to Perl's -B☆170Updated this week