Similar to `String#trim()` but removes only whitespace on the right
Similar to map for arrays, this creates a new object by calling the callback on each property of the original object.
Returns a filtered copy of an object with only the specified keys, similar to `_.pick` from lodash / underscore.
Basic sort algorithm that has similar behavior to Array.prototype.sort for null and undefined, but also allows sorting by an object property.
Helper for building generic names, similar to webpack
Schema validating and reading for configurations, similar to Angular CLI config.
- recursively watch files - **watch new dirs/files that have been added to any watched directory** - ability to ignore files with `.ignorewatch` including list of files to ignore (similar to `.gitignore`). Use `*` to ignore all files in `.ignorewatch` di
Finds degree of similarity between strings, based on Dice's Coefficient, which is mostly better than Levenshtein distance.
Detects if a file is binary in Node.js. Similar to Perl's -B.
Task to synchronize two directories. Similar to grunt-copy but updates only files that have been changed.
Simple set data type, with API similar to Python's sets module.
A complete and fast template engine fully compatible with twig and similar to jinja with zero dependencies.
Print styled text with a StyledString object that has an interface similar to String.
A fast fifo implementation similar to the one powering nextTick in Node.js core
Add classes, identifiers and attributes to your markdown with {} curly brackets, similar to pandoc's header attributes
`hookem` turns simple simple CLI commands into git hooks. It's similar to Husky version 4, but even more minimal.
A simple, powerful, and extendable templating engine for node.js and browsers, similar to Django, Jinja2, and Twig.
> Similar to the standard [`jest-environment-jsdom`](https://github.com/facebook/jest/tree/main/packages/jest-environment-jsdom), but exposes `jsdom` so that you can reconfigure it from your test suites.
The GlobalDefine plugin allows you to create global constants which is similar to Webpack's DefinePlugin.
A class library that provides an API similar to ESLint's token store
A JavaScript (JS) Map or Similar object polyfill if Map is not available.
This node module comes to help people who would like to develop extensions similar to [Import Cost VSCode extension](https://marketplace.visualstudio.com/items?itemName=wix.vscode-import-cost) for additional IDE's such as Atom, WebStorm, Sublime, Vim etc.
offers a way to query a Javascript AST to find specific patterns using a syntax somewhat similar to XPath.