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.