Generate a regex from a string or array of strings.
Create a javascript regular expression for matching everything except for the given string.
No description provided.
Convert an argument into a valid iterator. Based on the `.makeIterator()` implementation in mout https://github.com/mout/mout.
A command line utility to work with Sentry. https://docs.sentry.io/hosted/learn/cli/
Strip line and/or block comments from a string. Blazing fast, and works with JavaScript, Sass, CSS, Less.js, and a number of other languages.
Node.js MongoDB query highlighter for CLI based.
Spinners for use in the terminal
Returns true if the given is falsey (according to JavaScript) or matches a 'falsey' keyword.
Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.
Get stdout window width, with two fallbacks, tty and then a default.
CLI tool for Angular
Returns `true` if the value is a primitive.
Find the first directory with a package.json, recursing up, starting with the given directory. Similar to look-up but does not support globs and only searches for package.json. Async and sync.
Utils for working with JavaScript classes and prototype methods.
Mixin the own and inherited properties of other objects onto the first object. Pass an empty object as the first arg to shallow clone.
Easily format the time from node.js `process.hrtime`. Works with timescales ranging from weeks to nanoseconds.
Write data to a file, replacing the file if it already exists and creating any intermediate directories if they don't already exist. Thin wrapper around node's native fs methods.
Add context awareness to your apps and frameworks by safely evaluating user-defined conditional expressions. Useful for evaluating expressions in config files, prompts, key bindings, completions, templates, and many other user cases.
Run commands concurrently
Toggle the CLI cursor
Format dates with date.js and moment.js. Uses date.js to parse human readable date phrases, and moment to format the rendered output. Should work with any Handlebars, Lo-Dash, underscore, or any template engine that allows helper functions to be registere
Get a formatted timestamp.
Codex CLI is a coding agent from OpenAI that runs locally on your computer.