jonschlinkert / wordcountLinks
Count the words in a string.
☆17Updated 10 years ago
Alternatives and similar repositories for wordcount
Users that are interested in wordcount are comparing it to the libraries listed below
Sorting:
- Get the real path of the system temp directory☆85Updated 3 years ago
- Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev☆96Updated 3 years ago
- Check if a string matches the name of a Node.js builtin module☆63Updated 11 months ago
- Returns the directory used by NPM for globally installed NPM packages.☆35Updated 7 years ago
- Resolve the path of a module like `require.resolve()` but from the current working directory☆70Updated 5 years ago
- Check if your code is running as an npm or yarn script☆65Updated 4 months ago
- Check if your package was installed globally☆71Updated 2 years ago
- Check if a value is a plain object☆104Updated last year
- If you use globs, this will make your code faster. Returns `true` if the given string looks like a glob pattern or an extglob pattern. Th…☆95Updated 3 years ago
- Create a MD5 hash with hex encoding☆48Updated 2 years ago
- Get the directory of globally installed packages and binaries☆77Updated 2 years ago
- Import a module like with `require()` but from a given path☆86Updated 3 years ago
- Check if a file path is an image☆99Updated 2 years ago
- A static list of the Node.js builtin modules from the latest Node.js version☆125Updated 4 months ago
- Filter object keys and values into a new object☆105Updated last year
- Sort the keys of an object☆108Updated 5 months ago
- Strip the final newline character from a string/buffer☆38Updated last year
- Standard NPM Package Format☆41Updated 3 years ago
- Check if a URL is absolute☆80Updated 4 months ago
- Get the path of the caller module☆67Updated 4 years ago
- (object pick) returns a filtered copy of an object with only the specified keys, exactly like `pick` from lo-dash / underscore.☆41Updated 4 years ago
- Strip UTF-8 byte order mark (BOM) from a string☆112Updated 4 years ago
- Write a package.json file☆89Updated 4 months ago
- Spawn commands like `child_process.exec` does but return a `ChildProcess`.☆47Updated last year
- Parse HTTP X-Forwarded-For header☆58Updated 3 weeks ago
- Get your PATH prepended with locally installed binaries☆107Updated last year
- Manipulate the HTTP Vary header☆62Updated 3 weeks ago
- Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but without support for extended globs (extglobs…☆97Updated 3 years ago
- Regular expression for matching words in a string. Support for english, CJK and Cyrillic.☆18Updated 7 years ago
- Create `esm` enabled packages.☆50Updated 6 years ago