← Back to tools
View AGENTS.md for underscore-cli
underscore-cli
Command-line utility-belt for hacking JSON and JavaScript
Description
underscore-cli is a command-line utility for manipulating JSON data using the Underscore.js library. It provides a rich set of functions for filtering, mapping, reducing, and transforming JSON data from the terminal.
AI Summary
Command-line JSON manipulation tool powered by Underscore.js, providing map, filter, reduce, and other data transformation functions.
Capabilities
- + Process and transform JSON data from the command line
- + Use Underscore.js functions for data manipulation
- + Pretty-print JSON output
- + Filter, map, and reduce JSON arrays
- + Execute JavaScript expressions on JSON input
Use When
- → User needs to manipulate JSON data with JavaScript functions
- → User is familiar with Underscore.js API
Avoid When
- x User prefers jq for JSON processing
- x User needs a more lightweight JSON tool