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:
- Debounce a function☆128Updated last year
- Clean up error stack traces☆341Updated 3 weeks ago
- Sort an array on an object property☆200Updated last month
- Filter out OS junk files like .DS_Store and Thumbs.db☆241Updated 2 years ago
- Simple micro templating☆368Updated 3 weeks ago
- Get an unused filename by appending a number if it exists: `file.txt` → `file (1).txt`☆142Updated 3 weeks ago
- Check whether a package or organization name is available on npm☆284Updated 3 weeks ago
- Like `Promise.all()` but for `Map` and `Object`☆198Updated 2 weeks ago
- Show a message to your users to upgrade Node instead of a stacktrace☆241Updated 2 years ago
- Humanize a URL: https://sindresorhus.com → sindresorhus.com☆249Updated 3 years ago
- Parse yes/no like values☆270Updated last month
- Strip leading whitespace from each line in a string☆142Updated 3 weeks ago
- Reverse minimist. Convert an object of options into an array of command-line arguments☆185Updated 2 years ago
- Parse milliseconds into an object☆120Updated last year
- Map of nouns to their irregular plural form☆89Updated last month
- Check if a string is HTML☆95Updated last month
- Minimalistic update notifications for command line interfaces☆167Updated last year
- 👌 Checks paths and scripts defined in package.json before you publish☆237Updated last week
- Parse and stringify the HTML <img> srcset attribute☆141Updated 3 weeks ago
- Find the closest package.json file☆165Updated 4 months ago
- Create a hash for file revving☆106Updated last year
- Get a random temporary file or directory path☆437Updated 2 years ago
- Detect when an element is ready in the DOM☆440Updated last week
- Detect the indentation of code☆197Updated 3 weeks ago
- Convert a camelized/dasherized/underscored string into a humanized one: fooBar-Baz_Faz → Foo bar baz faz☆110Updated 3 weeks ago
- Filter object keys and values into a new object☆104Updated last year
- A tiny (203B) and fast utility to flatten an object with customizable glue☆264Updated last year
- A tiny (183B to 210B) and fast utility to ascend parent directories☆154Updated last year
- A rollup plugin to show file size of the bundle in the cli☆127Updated 2 years ago
- Convert a tilde path to an absolute path: ~/dev => /Users/sindresorhus/dev☆145Updated last month