string-argv parses a string into an argument array to mimic process.argv. This is useful when testing Command Line Utilities that you want to pass arguments to.
Check if argv has a specific flag
string-argv parses a string into an argument array to mimic process.argv. This is useful when testing Command Line Utilities that you want to pass arguments to.
the mighty option parser used by yargs
Unopinionated, no-frills CLI argument parser
Quickly scan for CLI flags and arguments
Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`
parse argument options
Cross platform normalization of process.argv
Convert a NODE_OPTIONS environment variable to an argv list, or vice versa
C utilities for retrieving Node-API add-on callback arguments.
Some useful tools for working with process.argv
parse arguments with recursive contexts
Converts back a yargs argv object to its original array form
Probably the sole command line option parser you'll ever need to...
Light-weight option parsing with an argv hash. No optstrings attached.
Plugin that post-processes the object returned from [yargs-parser] so that values can be passed over to base-cli
Convert a Node-API value to a double-precision floating-point number.
Convert a Node-API value to a signed 32-bit integer.
Convert a Node-API value to a single-precision floating-point number.
TypeScript definitions for argv
Schema for the base-cli plugin, used for normalizing argv values before passing them to cli.process().
Bizarro minimist: transform an options object into argv
A tiny function for parsing process.argv, a modern rewrite of minimist.