jonschlinkert / utilsLinks
Fast, generic JavaScript/node.js utility functions.
☆61Updated 2 years ago
Alternatives and similar repositories for utils
Users that are interested in utils are comparing it to the libraries listed below
Sorting:
- Get a formatted timestamp. Used in gulp, assemble, generate, and many others.☆112Updated 4 years ago
- Cross-browser element class manipulation☆52Updated 4 years ago
- 📂 Lightweight filesize to human-readable / proportions w/o dependencies for node.js & browsers.☆233Updated 5 years ago
- URL rewriting middleware for express☆48Updated 8 months ago
- Check if a URL is absolute☆79Updated 3 years ago
- Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev☆94Updated 2 years ago
- Convert HTML entities to HTML characters, e.g. `>` => `>`.☆39Updated 3 years ago
- Spawn commands like `child_process.exec` does but return a `ChildProcess`.☆47Updated 9 months ago
- object deep clone component☆18Updated 8 years ago
- Get the real path of the system temp directory☆83Updated 2 years ago
- Get the current user's git email address.☆14Updated last year
- Get the file extension and MIME type from a file☆26Updated 8 years ago
- backbone of a scaffolding tool.☆37Updated 2 years ago
- Resolve the path of a module like `require.resolve()` but from the current working directory☆69Updated 4 years ago
- Check if function is an ES6 class.☆43Updated 5 years ago
- Fill in a range of numbers or letters, positive or negative, optionally passing an increment or multiplier to use.☆59Updated 11 months ago
- Return a copy of an object without the given keys.☆78Updated 4 years ago
- Sort an object's keys, including an optional key list☆31Updated 3 months ago
- This module has moved and is now available at @rollup/plugin-image / https://github.com/rollup/plugins/blob/master/packages/image☆41Updated 5 years ago
- Import a module like with `require()` but from a given path☆85Updated 2 years ago
- Basic object store with methods like get/set/extend/omit☆57Updated 3 years ago
- Check if something is a promise☆46Updated 4 years ago
- Get the extension of a given filename or path☆30Updated 7 years ago
- Add the file name and line numbers to all console logs.☆38Updated 4 years ago
- Define a non-enumerable property on an object.☆21Updated 2 years ago
- Scaffold out a node module☆29Updated 3 years ago
- Check if a directory is empty.☆20Updated last year
- Regular expression for matching file names, with or without extension.☆33Updated 7 years ago
- Recursively omit empty properties from an object. Omits empty objects, arrays, strings, and optionally zero. Similar results to what you …☆73Updated 5 years ago
- List npm user all modules download counts.☆10Updated 7 years ago