sindresorhus / plurLinks
Pluralize a word
☆249Updated 3 years ago
Alternatives and similar repositories for plur
Users that are interested in plur are comparing it to the libraries listed below
Sorting:
- Clean up error stack traces☆342Updated last month
- Debounce a function☆128Updated last year
- Sort an array on an object property☆201Updated 3 weeks ago
- Simple micro templating☆369Updated last month
- Filter out OS junk files like .DS_Store and Thumbs.db☆243Updated 2 years ago
- Check whether a package or organization name is available on npm☆287Updated last month
- Get an unused filename by appending a number if it exists: `file.txt` → `file (1).txt`☆142Updated last month
- Import all modules in a directory☆138Updated 2 years ago
- Convert a camelized/dasherized/underscored string into a humanized one: fooBar-Baz_Faz → Foo bar baz faz☆110Updated last month
- Humanize a URL: https://sindresorhus.com → sindresorhus.com☆250Updated 3 years ago
- Parse yes/no like values☆270Updated 2 months ago
- Strip leading whitespace from each line in a string☆142Updated 2 weeks ago
- Reverse minimist. Convert an object of options into an array of command-line arguments☆185Updated 2 years ago
- Get a random temporary file or directory path☆436Updated 2 years ago
- Convert RGB color to HEX☆121Updated 2 years ago
- Like `Promise.all()` but for `Map` and `Object`☆198Updated last month
- Parse milliseconds into an object☆121Updated last year
- Get the hash of an object☆138Updated last year
- Check if a string is HTML☆95Updated last month
- Create a hash for file revving☆106Updated last year
- Linter for XO☆181Updated 2 weeks ago
- Randomize the order of items in an array